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

/linux-master/tools/perf/util/
H A Dprobe-event.c3054 int num_matched_functions; local
3074 num_matched_functions = find_probe_functions(map, pp->function, syms);
3075 if (num_matched_functions <= 0) {
3076 if (num_matched_functions == -EACCES) {
3088 } else if (num_matched_functions > probe_conf.max_probes) {
3110 *tevs = zalloc(sizeof(*tev) * num_matched_functions);
3118 for (j = 0; j < num_matched_functions; j++) {
3136 if (ret == num_matched_functions) {
3215 clear_probe_trace_events(*tevs, num_matched_functions);

Completed in 113 milliseconds