Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-event.h12 bool show_location_range; member
Dprobe-finder.c196 if (probe_conf.show_location_range && in convert_variable_location()
1300 if (probe_conf.show_location_range) { in collect_variables_cb()
1312 if (!ret2 && probe_conf.show_location_range && in collect_variables_cb()
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c485 OPT_BOOLEAN('\0', "range", &probe_conf.show_location_range, in __cmd_probe()