Home
last modified time | relevance | path

Searched refs:srcline_full_filename (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsrcline.h13 extern bool srcline_full_filename;
H A Dsrcline.c26 bool srcline_full_filename; variable
83 if (!srcline_full_filename) in srcline_from_fileline()
H A Dannotate.c2978 srcline_full_filename = annotate_opts.full_path; in symbol__tty_annotate2()
3014 srcline_full_filename = annotate_opts.full_path; in symbol__tty_annotate()
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c1368 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_report()
H A Dbuiltin-script.c3988 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_script()