Searched refs:annotate_src (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/tools/perf/ |
D | builtin-annotate.c | 794 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate() 941 annotate_opts.annotate_src = false; in cmd_annotate()
|
D | builtin-report.c | 1362 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report() 1645 annotate_opts.annotate_src = false; in cmd_report()
|
D | builtin-top.c | 1539 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
|
/linux-6.8/tools/perf/util/ |
D | annotate.h | 98 annotate_src, member
|
D | annotate.c | 2213 opts->annotate_src ? "-S" : "", in symbol__disassemble() 3450 opt->annotate_src = true; in annotation_options__init()
|