Searched refs:annotate_src (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | annotate.h | 91 annotate_src, member
|
D | annotate.c | 2123 opts->annotate_src ? "-S" : "", in symbol__disassemble() 3347 opt->annotate_src = true; in annotation_options__init()
|
/linux-6.6.21/tools/perf/ |
D | builtin-annotate.c | 574 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate()
|
D | builtin-report.c | 1329 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
|
D | builtin-top.c | 1539 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top()
|