Lines Matching refs:nargs

1677 	pev->nargs = argc - 1;  in parse_perf_probe_command()
1678 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1683 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command()
1703 for (i = 0; i < pev->nargs; i++) in perf_probe_with_var()
1822 tev->nargs = argc - 2; in parse_probe_trace_command()
1823 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1828 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command()
1946 for (i = 0; i < pev->nargs; i++) { in synthesize_perf_probe_command()
2056 for (i = 0; i < tev->nargs; i++) in synthesize_probe_trace_command()
2160 pev->nargs = tev->nargs; in convert_to_perf_probe_event()
2161 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2164 for (i = 0; i < tev->nargs && ret >= 0; i++) { in convert_to_perf_probe_event()
2193 for (i = 0; i < pev->nargs; i++) { in clear_perf_probe_event()
2267 dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs); in perf_probe_event__copy()
2270 dst->nargs = src->nargs; in perf_probe_event__copy()
2272 for (i = 0; i < src->nargs; i++) in perf_probe_event__copy()
2292 for (i = 0; i < tev->nargs; i++) { in clear_probe_trace_event()
2442 if (!ret && pev->nargs > 0) { in perf_probe_event__sprintf()
2444 for (i = 0; !ret && i < pev->nargs; i++) { in perf_probe_event__sprintf()
2638 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2641 for (i = 0; i < tev->nargs; i++) in warn_uprobe_event_compat()
2955 tev->nargs = pev->nargs; in find_probe_trace_events_from_map()
2956 if (tev->nargs) { in find_probe_trace_events_from_map()
2958 tev->nargs); in find_probe_trace_events_from_map()
2962 for (i = 0; i < tev->nargs; i++) { in find_probe_trace_events_from_map()
3068 tev->nargs = pev->nargs; in try_to_find_absolute_address()
3069 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3073 for (i = 0; i < tev->nargs; i++) in try_to_find_absolute_address()