Lines Matching refs:nargs
1683 pev->nargs = argc - 1; in parse_perf_probe_command()
1684 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1689 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command()
1709 for (i = 0; i < pev->nargs; i++) in perf_probe_with_var()
1834 tev->nargs = argc - 2; in parse_probe_trace_command()
1835 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1840 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command()
1958 for (i = 0; i < pev->nargs; i++) { in synthesize_perf_probe_command()
2086 for (i = 0; i < tev->nargs; i++) in synthesize_probe_trace_command()
2190 pev->nargs = tev->nargs; in convert_to_perf_probe_event()
2191 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2194 for (i = 0; i < tev->nargs && ret >= 0; i++) { in convert_to_perf_probe_event()
2223 for (i = 0; i < pev->nargs; i++) { in clear_perf_probe_event()
2235 pev->nargs = 0; in clear_perf_probe_event()
2297 dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs); in perf_probe_event__copy()
2300 dst->nargs = src->nargs; in perf_probe_event__copy()
2302 for (i = 0; i < src->nargs; i++) in perf_probe_event__copy()
2322 for (i = 0; i < tev->nargs; i++) { in clear_probe_trace_event()
2334 tev->nargs = 0; in clear_probe_trace_event()
2472 if (!ret && pev->nargs > 0) { in perf_probe_event__sprintf()
2474 for (i = 0; !ret && i < pev->nargs; i++) { in perf_probe_event__sprintf()
2675 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2678 for (i = 0; i < tev->nargs; i++) in warn_uprobe_event_compat()
2992 tev->nargs = pev->nargs; in find_probe_trace_events_from_map()
2993 if (tev->nargs) { in find_probe_trace_events_from_map()
2995 tev->nargs); in find_probe_trace_events_from_map()
2999 for (i = 0; i < tev->nargs; i++) { in find_probe_trace_events_from_map()
3105 tev->nargs = pev->nargs; in try_to_find_absolute_address()
3106 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3110 for (i = 0; i < tev->nargs; i++) in try_to_find_absolute_address()