num_matched_functions 2889 tools/perf/util/probe-event.c int num_matched_functions; num_matched_functions 2909 tools/perf/util/probe-event.c num_matched_functions = find_probe_functions(map, pp->function, syms); num_matched_functions 2910 tools/perf/util/probe-event.c if (num_matched_functions <= 0) { num_matched_functions 2915 tools/perf/util/probe-event.c } else if (num_matched_functions > probe_conf.max_probes) { num_matched_functions 2934 tools/perf/util/probe-event.c *tevs = zalloc(sizeof(*tev) * num_matched_functions); num_matched_functions 2942 tools/perf/util/probe-event.c for (j = 0; j < num_matched_functions; j++) { num_matched_functions 2947 tools/perf/util/probe-event.c if (ret == num_matched_functions) { num_matched_functions 3026 tools/perf/util/probe-event.c clear_probe_trace_events(*tevs, num_matched_functions);