Lines Matching refs:nargs
1770 pev->nargs = argc - 1; in parse_perf_probe_command()
1771 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1776 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command()
1796 for (i = 0; i < pev->nargs; i++) in perf_probe_with_var()
1920 tev->nargs = argc - 2; in parse_probe_trace_command()
1921 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1926 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command()
2044 for (i = 0; i < pev->nargs; i++) { in synthesize_perf_probe_command()
2175 for (i = 0; i < tev->nargs; i++) in synthesize_probe_trace_command()
2279 pev->nargs = tev->nargs; in convert_to_perf_probe_event()
2280 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2283 for (i = 0; i < tev->nargs && ret >= 0; i++) { in convert_to_perf_probe_event()
2312 for (i = 0; i < pev->nargs; i++) { in clear_perf_probe_event()
2324 pev->nargs = 0; in clear_perf_probe_event()
2386 dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs); in perf_probe_event__copy()
2389 dst->nargs = src->nargs; in perf_probe_event__copy()
2391 for (i = 0; i < src->nargs; i++) in perf_probe_event__copy()
2411 for (i = 0; i < tev->nargs; i++) { in clear_probe_trace_event()
2423 tev->nargs = 0; in clear_probe_trace_event()
2561 if (!ret && pev->nargs > 0) { in perf_probe_event__sprintf()
2563 for (i = 0; !ret && i < pev->nargs; i++) { in perf_probe_event__sprintf()
2764 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2767 for (i = 0; i < tev->nargs; i++) in warn_uprobe_event_compat()
3099 tev->nargs = pev->nargs; in find_probe_trace_events_from_map()
3100 if (tev->nargs) { in find_probe_trace_events_from_map()
3102 tev->nargs); in find_probe_trace_events_from_map()
3106 for (i = 0; i < tev->nargs; i++) { in find_probe_trace_events_from_map()
3212 tev->nargs = pev->nargs; in try_to_find_absolute_address()
3213 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3217 for (i = 0; i < tev->nargs; i++) in try_to_find_absolute_address()