Lines Matching refs:nargs

1798 	pev->nargs = argc - 1;  in parse_perf_probe_command()
1799 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command()
1804 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command()
1824 for (i = 0; i < pev->nargs; i++) in perf_probe_with_var()
1948 tev->nargs = argc - 2; in parse_probe_trace_command()
1949 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command()
1954 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command()
2074 for (i = 0; i < pev->nargs; i++) { in synthesize_perf_probe_command()
2153 for (i = 0; i < tev->nargs && ret >= 0; i++) in synthesize_probe_trace_args()
2323 pev->nargs = tev->nargs; in convert_to_perf_probe_event()
2324 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event()
2327 for (i = 0; i < tev->nargs && ret >= 0; i++) { in convert_to_perf_probe_event()
2356 for (i = 0; i < pev->nargs; i++) { in clear_perf_probe_event()
2368 pev->nargs = 0; in clear_perf_probe_event()
2430 dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs); in perf_probe_event__copy()
2433 dst->nargs = src->nargs; in perf_probe_event__copy()
2435 for (i = 0; i < src->nargs; i++) in perf_probe_event__copy()
2455 for (i = 0; i < tev->nargs; i++) { in clear_probe_trace_event()
2467 tev->nargs = 0; in clear_probe_trace_event()
2604 if (!ret && pev->nargs > 0) { in perf_probe_event__sprintf()
2606 for (i = 0; !ret && i < pev->nargs; i++) { in perf_probe_event__sprintf()
2807 if (!tev->uprobes || tev->nargs == 0 || !buf) in warn_uprobe_event_compat()
2810 for (i = 0; i < tev->nargs; i++) { in warn_uprobe_event_compat()
3169 tev->nargs = pev->nargs; in find_probe_trace_events_from_map()
3170 if (tev->nargs) { in find_probe_trace_events_from_map()
3172 tev->nargs); in find_probe_trace_events_from_map()
3176 for (i = 0; i < tev->nargs; i++) { in find_probe_trace_events_from_map()
3282 tev->nargs = pev->nargs; in try_to_find_absolute_address()
3283 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in try_to_find_absolute_address()
3287 for (i = 0; i < tev->nargs; i++) in try_to_find_absolute_address()