Home
last modified time | relevance | path

Searched refs:probe_conf (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dprobe-finder.c110 if (probe_conf.show_location_range && in convert_variable_location()
999 } else if (!probe_conf.no_inlines) { in probe_point_search_cb()
1371 ret = asprintf(valp, "\\%lx", probe_conf.magic_num); in fill_empty_trace_arg()
1392 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events()
1445 if (probe_conf.show_location_range) { in collect_variables_cb()
1457 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb()
1538 if (!probe_conf.show_ext_vars) in add_available_vars()
1565 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
H A Dprobe-event.c59 struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM }; variable
2757 if (probe_conf.cache) in show_perf_probe_events()
3033 if (ret == 0 && probe_conf.cache) { in __add_probe_trace_events()
3086 if (syms && found < probe_conf.max_probes) in find_probe_functions()
3136 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map()
3160 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
3408 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()
3545 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache()
3756 probe_conf.force_add); in apply_perf_probe_events()
H A Dprobe-file.c413 if (ret > probe_conf.max_probes) in probe_cache_entry__get_event()