Searched refs:probe_conf (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/ |
A D | builtin-probe.c | 350 if (probe_conf.bootconfig) in perf_add_probe_events() 444 if (probe_conf.cache) in perf_del_probe_events() 561 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe() 563 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe() 569 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe() 572 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe() 591 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe() 596 OPT_BOOLEAN(0, "bootconfig", &probe_conf.bootconfig, in __cmd_probe() 654 if (probe_conf.max_probes == 0) in __cmd_probe() 655 probe_conf.max_probes = MAX_PROBES; in __cmd_probe() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | probe-event.h | 12 struct probe_conf { struct 22 extern struct probe_conf probe_conf; argument
|
A D | probe-finder.c | 215 if (probe_conf.show_location_range && in convert_variable_location() 1106 } else if (!probe_conf.no_inlines) { in probe_point_search_cb() 1463 ret = asprintf(valp, "\\%lx", probe_conf.magic_num); in fill_empty_trace_arg() 1484 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events() 1535 if (probe_conf.show_location_range) { in collect_variables_cb() 1547 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb() 1628 if (!probe_conf.show_ext_vars) in add_available_vars() 1655 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
|
A D | probe-event.c | 54 struct probe_conf probe_conf = { .magic_num = DEFAULT_PROBE_MAGIC_NUM }; variable 2690 if (probe_conf.cache) in show_perf_probe_events() 2931 if (ret == 0 && probe_conf.cache) { in __add_probe_trace_events() 2984 if (syms && found < probe_conf.max_probes) in find_probe_functions() 3034 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map() 3058 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map() 3306 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events() 3443 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache() 3654 probe_conf.force_add); in apply_perf_probe_events()
|
A D | bpf-loader.c | 414 return prog_config__bool(value, &probe_conf.no_inlines, true); in prog_config__inlines() 421 return prog_config__bool(value, &probe_conf.force_add, false); in prog_config__force() 566 probe_conf.no_inlines = false; in config_bpf_program() 567 probe_conf.force_add = false; in config_bpf_program() 646 probe_conf.max_probes = MAX_PROBES; in bpf__prepare_probe()
|
A D | probe-file.c | 432 if (ret > probe_conf.max_probes) in probe_cache_entry__get_event()
|
Completed in 26 milliseconds