Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-event.h130 extern int show_line_range(struct line_range *lr, const char *module);
Dprobe-event.c469 int show_line_range(struct line_range *lr, const char *module) in show_line_range() function
664 int show_line_range(struct line_range *lr __maybe_unused, in show_line_range() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-probe.c423 ret = show_line_range(&params.line_range, params.target); in cmd_probe()