Searched refs:probe_conf (Results 1 – 1 of 1) sorted by relevance
59 struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM }; variable2752 if (probe_conf.cache) in show_perf_probe_events()3028 if (ret == 0 && probe_conf.cache) { in __add_probe_trace_events()3081 if (syms && found < probe_conf.max_probes) in find_probe_functions()3131 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map()3155 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()3403 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()3540 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache()3751 probe_conf.force_add); in apply_perf_probe_events()