Searched refs:disassembler_style (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/tools/include/tools/ |
| D | dis-asm-compat.h | 10 enum disassembler_style {DISASSEMBLER_STYLE_NOT_EMPTY}; enum 11 typedef int (*fprintf_styled_ftype) (void *, enum disassembler_style, const char*, ...); 19 enum disassembler_style style, in fprintf_styled()
|
| /Linux-v6.1/tools/bpf/bpftool/ |
| D | jit_disasm.c | 87 enum disassembler_style style __maybe_unused, in fprintf_json_styled()
|
| /Linux-v6.1/tools/perf/util/ |
| D | annotate.h | 98 const char *disassembler_style; member
|
| D | annotate.c | 2024 opts->disassembler_style ? "-M " : "", in symbol__disassemble() 2025 opts->disassembler_style ?: "", in symbol__disassemble() 3217 opt->disassembler_style = value; in annotation__config()
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-annotate.c | 562 OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", in cmd_annotate()
|
| D | builtin-report.c | 1316 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
|
| D | builtin-top.c | 1532 …OPT_STRING('M', "disassembler-style", &top.annotation_opts.disassembler_style, "disassembler style… in cmd_top()
|
| /Linux-v6.1/tools/perf/Documentation/ |
| D | perf-config.txt | 253 annotate.disassembler_style:
|