Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dprobe-event.h14 bool show_location_range; member
Dprobe-finder.c215 if (probe_conf.show_location_range && in convert_variable_location()
1526 if (probe_conf.show_location_range) { in collect_variables_cb()
1538 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb()
/linux-5.19.10/tools/perf/
Dbuiltin-probe.c555 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()