Lines Matching refs:nargs
1852 pev->nargs = argc - 1; in parse_perf_probe_command()
1853 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1858 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command()
1878 for (i = 0; i < pev->nargs; i++) in perf_probe_with_var()
2002 tev->nargs = argc - 2; in parse_probe_trace_command()
2003 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
2008 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command()
2128 for (i = 0; i < pev->nargs; i++) { in synthesize_perf_probe_command()
2207 for (i = 0; i < tev->nargs && ret >= 0; i++) in synthesize_probe_trace_args()
2375 pev->nargs = tev->nargs; in convert_to_perf_probe_event()
2376 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2379 for (i = 0; i < tev->nargs && ret >= 0; i++) { in convert_to_perf_probe_event()
2408 for (i = 0; i < pev->nargs; i++) { in clear_perf_probe_event()
2420 pev->nargs = 0; in clear_perf_probe_event()
2482 dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs); in perf_probe_event__copy()
2485 dst->nargs = src->nargs; in perf_probe_event__copy()
2487 for (i = 0; i < src->nargs; i++) in perf_probe_event__copy()
2507 for (i = 0; i < tev->nargs; i++) { in clear_probe_trace_event()
2519 tev->nargs = 0; in clear_probe_trace_event()
2656 if (!ret && pev->nargs > 0) { in perf_probe_event__sprintf()
2658 for (i = 0; !ret && i < pev->nargs; i++) { in perf_probe_event__sprintf()
2879 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2882 for (i = 0; i < tev->nargs; i++) { in warn_uprobe_event_compat()
3251 tev->nargs = pev->nargs; in find_probe_trace_events_from_map()
3252 if (tev->nargs) { in find_probe_trace_events_from_map()
3254 tev->nargs); in find_probe_trace_events_from_map()
3258 for (i = 0; i < tev->nargs; i++) { in find_probe_trace_events_from_map()
3364 tev->nargs = pev->nargs; in try_to_find_absolute_address()
3365 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3369 for (i = 0; i < tev->nargs; i++) in try_to_find_absolute_address()