Searched refs:disassembler_style (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/include/tools/
H A Ddis-asm-compat.h10 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,
/linux-master/tools/perf/
H A Dbuiltin-annotate.c753 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; local
798 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style",
863 if (disassembler_style) {
864 annotate_opts.disassembler_style = strdup(disassembler_style);
865 if (!annotate_opts.disassembler_style)
H A Dbuiltin-top.c1460 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; local
1550 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style",
1644 if (disassembler_style) {
1645 annotate_opts.disassembler_style = strdup(disassembler_style);
1646 if (!annotate_opts.disassembler_style)
H A Dbuiltin-report.c1308 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; local
1405 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style",
1511 if (disassembler_style) {
1512 annotate_opts.disassembler_style = strdup(disassembler_style);
1513 if (!annotate_opts.disassembler_style)
/linux-master/tools/bpf/bpftool/
H A Djit_disasm.c203 enum disassembler_style style __maybe_unused,
/linux-master/tools/perf/util/
H A Dannotate.h106 char *disassembler_style; member in struct:annotation_options
H A Dannotate.c2228 opts->disassembler_style ? "-M " : "",
2229 opts->disassembler_style ?: "",
3452 } else if (!strcmp(var, "annotate.disassembler_style")) {
3453 opt->disassembler_style = strdup(value);
3454 if (!opt->disassembler_style) {
3455 pr_err("Not enough memory for annotate.disassembler_style\n");
3497 zfree(&annotate_opts.disassembler_style);

Completed in 149 milliseconds