| /linux/tools/perf/util/ |
| H A D | capstone.c | 195 bool disassembler_style) in print_insn_x86() 211 * setting CS_OPT_SYNTAX_ATT depends if disassembler_style opts in print_insn_x86() 214 if (disassembler_style) 267 /*disassembler_style=*/true); in print_capstone_detail() 382 bool disassembler_style = false; in symbol__disassemble_capstone() 410 if (!args->options->disassembler_style || in symbol__disassemble_capstone() 411 !strcmp(args->options->disassembler_style, "att")) in symbol__disassemble_capstone() 412 disassembler_style = true; in symbol__disassemble_capstone() 417 if (capstone_init(e_machine, &handle, is_64bit, is_big_endian, disassembler_style) < 0) in symbol__disassemble_capstone() 508 bool disassembler_style in symbol__disassemble_capstone_powerpc() 141 capstone_init(struct machine * machine,csh * cs_handle,bool is64,bool disassembler_style) capstone_init() argument 346 bool disassembler_style = false; symbol__disassemble_capstone() local 468 bool disassembler_style = false; symbol__disassemble_capstone_powerpc() local [all...] |
| H A D | llvm.c | 172 if (args->options->disassembler_style && in symbol__disassemble_llvm() 173 !strcmp(args->options->disassembler_style, "intel")) in symbol__disassemble_llvm()
|
| H A D | annotate.h | 68 char *disassembler_style; member
|
| H A D | disasm.c | 1433 opts->disassembler_style ? "-M " : "", in symbol__disassemble_objdump() 1434 opts->disassembler_style ?: "", in symbol__disassemble_objdump()
|
| H A D | annotate.c | 2318 } else if (!strcmp(var, "annotate.disassembler_style")) { in annotation__config() 2319 opt->disassembler_style = strdup(value); in annotation__config() 2320 if (!opt->disassembler_style) { in annotation__config() 2321 pr_err("Not enough memory for annotate.disassembler_style\n"); in annotation__config() 2365 zfree(&annotate_opts.disassembler_style); in annotation_options__exit()
|
| /linux/tools/include/tools/ |
| H A 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/tools/perf/ |
| H A D | builtin-annotate.c | 701 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_annotate() 745 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_annotate() 812 if (disassembler_style) { in cmd_annotate() 813 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_annotate() 814 if (!annotate_opts.disassembler_style) in cmd_annotate() 709 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; cmd_annotate() local
|
| H A D | builtin-top.c | 1488 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() 1580 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_top() 1679 if (disassembler_style) { in cmd_top() 1680 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_top() 1681 if (!annotate_opts.disassembler_style) { in cmd_top() 1477 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; cmd_top() local
|
| H A D | builtin-report.c | 1329 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() 1427 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_report() 1544 if (disassembler_style) { in cmd_report() 1545 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_report() 1546 if (!annotate_opts.disassembler_style) in cmd_report() 1333 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; cmd_report() local
|
| H A D | builtin-c2c.c | 3118 const char *disassembler_style = NULL, *objdump_path = NULL; in perf_c2c__report() 3146 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in perf_c2c__report() 3176 * Annotation related options disassembler_style, objdump_path are set in perf_c2c__report() 3179 if (disassembler_style) { in perf_c2c__report() 3180 annotate_opts.disassembler_style = strdup(disassembler_style); in perf_c2c__report() 3181 if (!annotate_opts.disassembler_style) { in perf_c2c__report() 3090 const char *disassembler_style = NULL, *objdump_path = NULL; perf_c2c__report() local
|
| /linux/tools/objtool/ |
| H A D | Makefile | 100 $(HOSTCC) -E -xc - 2>/dev/null | grep -q disassembler_style && echo y)
|
| H A D | disas.c | 154 enum disassembler_style style, in disas_fprintf_styled()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 276 annotate.disassembler_style::
|