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