Searched refs:probe_conf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | probe-event.h | 10 struct probe_conf { struct 17 extern struct probe_conf probe_conf; argument
|
D | probe-finder.c | 196 if (probe_conf.show_location_range && in convert_variable_location() 958 } else if (!probe_conf.no_inlines) { in probe_point_search_cb() 1256 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events() 1300 if (probe_conf.show_location_range) { in collect_variables_cb() 1312 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb() 1368 if (!probe_conf.show_ext_vars) in add_available_vars() 1395 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
|
D | probe-event.c | 54 struct probe_conf probe_conf; variable 2485 if (syms && found < probe_conf.max_probes) in find_probe_functions() 2523 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map() 2539 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map() 2799 probe_conf.force_add); in apply_perf_probe_events()
|
D | bpf-loader.c | 196 probe_conf.max_probes = MAX_PROBES; in bpf__prepare_probe()
|
/linux-4.4.14/tools/perf/ |
D | builtin-probe.c | 474 OPT_BOOLEAN('f', "force", &probe_conf.force_add, "forcibly add events" in __cmd_probe() 483 OPT_BOOLEAN('\0', "externs", &probe_conf.show_ext_vars, in __cmd_probe() 485 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe() 491 OPT_BOOLEAN('\0', "no-inlines", &probe_conf.no_inlines, in __cmd_probe() 495 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe() 554 if (probe_conf.max_probes == 0) in __cmd_probe() 555 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
|