Home
last modified time | relevance | path

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

/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/tasks/
H A Dprofile.cprof.ex183 num_matched_functions =
212 {num_matched_functions, analysis_result}
218 defp print_output({num_matched_functions, {all_call_count, mod_analysis_list}}) do
221 print_number_of_matched_functions(num_matched_functions)
224 defp print_output({num_matched_functions, {_mod, _call_count, _mod_fun_list} = mod_analysis}) do
226 print_number_of_matched_functions(num_matched_functions)
229 defp print_number_of_matched_functions(num_matched_functions) do
230 IO.puts("Profile done over #{num_matched_functions} matching functions")
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/tasks/
H A Dprofile.cprof.ex183 num_matched_functions =
212 {num_matched_functions, analysis_result}
218 defp print_output({num_matched_functions, {all_call_count, mod_analysis_list}}) do
221 print_number_of_matched_functions(num_matched_functions)
224 defp print_output({num_matched_functions, {_mod, _call_count, _mod_fun_list} = mod_analysis}) do
226 print_number_of_matched_functions(num_matched_functions)
229 defp print_number_of_matched_functions(num_matched_functions) do
230 IO.puts("Profile done over #{num_matched_functions} matching functions")
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dprobe-event.c2990 int num_matched_functions; in find_probe_trace_events_from_map() local
3010 num_matched_functions = find_probe_functions(map, pp->function, syms); in find_probe_trace_events_from_map()
3011 if (num_matched_functions <= 0) { in find_probe_trace_events_from_map()
3016 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
3035 *tevs = zalloc(sizeof(*tev) * num_matched_functions); in find_probe_trace_events_from_map()
3043 for (j = 0; j < num_matched_functions; j++) { in find_probe_trace_events_from_map()
3058 if (ret == num_matched_functions) { in find_probe_trace_events_from_map()
3137 clear_probe_trace_events(*tevs, num_matched_functions); in find_probe_trace_events_from_map()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dprobe-event.c2990 int num_matched_functions; in find_probe_trace_events_from_map() local
3010 num_matched_functions = find_probe_functions(map, pp->function, syms); in find_probe_trace_events_from_map()
3011 if (num_matched_functions <= 0) { in find_probe_trace_events_from_map()
3016 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
3035 *tevs = zalloc(sizeof(*tev) * num_matched_functions); in find_probe_trace_events_from_map()
3043 for (j = 0; j < num_matched_functions; j++) { in find_probe_trace_events_from_map()
3058 if (ret == num_matched_functions) { in find_probe_trace_events_from_map()
3137 clear_probe_trace_events(*tevs, num_matched_functions); in find_probe_trace_events_from_map()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dprobe-event.c2990 int num_matched_functions; in find_probe_trace_events_from_map() local
3010 num_matched_functions = find_probe_functions(map, pp->function, syms); in find_probe_trace_events_from_map()
3011 if (num_matched_functions <= 0) { in find_probe_trace_events_from_map()
3016 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
3035 *tevs = zalloc(sizeof(*tev) * num_matched_functions); in find_probe_trace_events_from_map()
3043 for (j = 0; j < num_matched_functions; j++) { in find_probe_trace_events_from_map()
3058 if (ret == num_matched_functions) { in find_probe_trace_events_from_map()
3137 clear_probe_trace_events(*tevs, num_matched_functions); in find_probe_trace_events_from_map()