Searched refs:probe_conf (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-probe.c | 441 if (probe_conf.cache) in perf_del_probe_events() 548 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe() 556 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe() 558 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe() 564 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe() 567 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe() 586 OPT_BOOLEAN(0, "cache", &probe_conf.cache, "Manipulate probe cache"), in __cmd_probe() 642 if (probe_conf.max_probes == 0) in __cmd_probe() 643 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
|
/Linux-v4.19/tools/perf/util/ |
D | probe-event.h | 11 struct probe_conf { struct 19 extern struct probe_conf probe_conf; argument
|
D | probe-finder.c | 201 if (probe_conf.show_location_range && in convert_variable_location() 1020 } else if (!probe_conf.no_inlines) { in probe_point_search_cb() 1333 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events() 1378 if (probe_conf.show_location_range) { in collect_variables_cb() 1390 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb() 1451 if (!probe_conf.show_ext_vars) in add_available_vars() 1478 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
|
D | bpf-loader.c | 185 return prog_config__bool(value, &probe_conf.no_inlines, true); in prog_config__inlines() 192 return prog_config__bool(value, &probe_conf.force_add, false); in prog_config__force() 337 probe_conf.no_inlines = false; in config_bpf_program() 338 probe_conf.force_add = false; in config_bpf_program() 422 probe_conf.max_probes = MAX_PROBES; in bpf__prepare_probe()
|
D | probe-event.c | 58 struct probe_conf probe_conf; variable 2542 if (probe_conf.cache) in show_perf_probe_events() 2771 if (ret == 0 && probe_conf.cache) { in __add_probe_trace_events() 2824 if (syms && found < probe_conf.max_probes) in find_probe_functions() 2863 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map() 2879 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map() 3111 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events() 3248 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache() 3387 probe_conf.force_add); in apply_perf_probe_events()
|
D | probe-file.c | 397 if (ret > probe_conf.max_probes) in probe_cache_entry__get_event()
|