Lines Matching refs:nargs
1463 pev->nargs = argc - 1; in parse_perf_probe_command()
1464 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1469 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command()
1492 for (i = 0; i < pev->nargs; i++) in perf_probe_event_need_dwarf()
1593 tev->nargs = argc - 2; in parse_probe_trace_command()
1594 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1599 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command()
1724 for (i = 0; i < pev->nargs; i++) {
1868 for (i = 0; i < tev->nargs; i++) { in synthesize_probe_trace_command()
1976 pev->nargs = tev->nargs; in convert_to_perf_probe_event()
1977 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
1980 for (i = 0; i < tev->nargs && ret >= 0; i++) { in convert_to_perf_probe_event()
2008 for (i = 0; i < pev->nargs; i++) { in clear_perf_probe_event()
2034 for (i = 0; i < tev->nargs; i++) { in clear_probe_trace_event()
2181 if (pev->nargs > 0) { in perf_probe_event__sprintf()
2183 for (i = 0; i < pev->nargs; i++) { in perf_probe_event__sprintf()
2362 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2365 for (i = 0; i < tev->nargs; i++) in warn_uprobe_event_compat()
2604 tev->nargs = pev->nargs; in find_probe_trace_events_from_map()
2605 if (tev->nargs) { in find_probe_trace_events_from_map()
2607 tev->nargs); in find_probe_trace_events_from_map()
2611 for (i = 0; i < tev->nargs; i++) { in find_probe_trace_events_from_map()
2717 tev->nargs = pev->nargs; in try_to_find_absolute_address()
2718 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
2723 for (i = 0; i < tev->nargs; i++) in try_to_find_absolute_address()