Home
last modified time | relevance | path

Searched refs:num_matched_functions (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dprobe-event.c3021 int num_matched_functions; in find_probe_trace_events_from_map() local
3041 num_matched_functions = find_probe_functions(map, pp->function, syms); in find_probe_trace_events_from_map()
3042 if (num_matched_functions <= 0) { in find_probe_trace_events_from_map()
3043 if (num_matched_functions == -EACCES) { in find_probe_trace_events_from_map()
3055 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
3077 *tevs = zalloc(sizeof(*tev) * num_matched_functions); in find_probe_trace_events_from_map()
3085 for (j = 0; j < num_matched_functions; j++) { in find_probe_trace_events_from_map()
3103 if (ret == num_matched_functions) { in find_probe_trace_events_from_map()
3182 clear_probe_trace_events(*tevs, num_matched_functions); in find_probe_trace_events_from_map()