Searched refs:num_matched_functions (Results 1 – 1 of 1) sorted by relevance
2466 int num_matched_functions; in find_probe_trace_events_from_map() local2479 num_matched_functions = find_probe_functions(map, pp->function); in find_probe_trace_events_from_map()2480 if (num_matched_functions == 0) { in find_probe_trace_events_from_map()2485 } else if (num_matched_functions > max_tevs) { in find_probe_trace_events_from_map()2502 *tevs = zalloc(sizeof(*tev) * num_matched_functions); in find_probe_trace_events_from_map()2513 if (ret == num_matched_functions) { in find_probe_trace_events_from_map()2567 clear_probe_trace_events(*tevs, num_matched_functions); in find_probe_trace_events_from_map()