Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dprobe-event.h14 bool show_location_range; member
Dprobe-finder.c188 if (probe_conf.show_location_range && in convert_variable_location()
1389 if (probe_conf.show_location_range) { in collect_variables_cb()
1401 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb()
/Linux-v5.4/tools/perf/
Dbuiltin-probe.c546 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()