Searched refs:disassembler_style (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | annotate.h | 97 const char *disassembler_style; member
|
D | annotate.c | 2022 opts->disassembler_style ? "-M " : "", in symbol__disassemble() 2023 opts->disassembler_style ?: "", in symbol__disassemble() 3198 opt->disassembler_style = value; in annotation__config()
|
/linux-5.19.10/tools/perf/ |
D | builtin-annotate.c | 558 OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", in cmd_annotate()
|
D | builtin-report.c | 1295 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
|
D | builtin-top.c | 1531 …OPT_STRING('M', "disassembler-style", &top.annotation_opts.disassembler_style, "disassembler style… in cmd_top()
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-config.txt | 253 annotate.disassembler_style:
|