Home
last modified time | relevance | path

Searched refs:disassembler_style (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/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, in fprintf_styled()
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c531 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_annotate() local
576 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_annotate()
633 if (disassembler_style) { in cmd_annotate()
634 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_annotate()
635 if (!annotate_opts.disassembler_style) in cmd_annotate()
H A Dbuiltin-report.c1234 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() local
1331 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_report()
1437 if (disassembler_style) { in cmd_report()
1438 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_report()
1439 if (!annotate_opts.disassembler_style) in cmd_report()
H A Dbuiltin-top.c1460 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() local
1550 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", in cmd_top()
1644 if (disassembler_style) { in cmd_top()
1645 annotate_opts.disassembler_style = strdup(disassembler_style); in cmd_top()
1646 if (!annotate_opts.disassembler_style) in cmd_top()
/openbmc/linux/tools/bpf/bpftool/
H A Djit_disasm.c218 enum disassembler_style style __maybe_unused, in fprintf_json_styled()
/openbmc/linux/tools/perf/util/
H A Dannotate.h98 char *disassembler_style; member
H A Dannotate.c2151 opts->disassembler_style ? "-M " : "", in symbol__disassemble()
2152 opts->disassembler_style ?: "", in symbol__disassemble()
3347 opt->disassembler_style = strdup(value); in annotation__config()
3348 if (!opt->disassembler_style) { in annotation__config()
3390 zfree(&opt->disassembler_style); in annotation_options__exit()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt256 annotate.disassembler_style::