Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.h14 bool show_location_range; member
H A Dprobe-finder.c97 if (probe_conf.show_location_range && in convert_variable_location()
1415 if (probe_conf.show_location_range) { in collect_variables_cb()
1427 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb()
/linux/tools/perf/
H A Dbuiltin-probe.c572 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()