diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 2ca7172f0780..3ee063598364 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -519,7 +519,7 @@ int cmd_annotate(int argc, const char **argv) | |||
519 | "Interleave source code with assembly code (default)"), | 519 | "Interleave source code with assembly code (default)"), |
520 | OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, | 520 | OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw, |
521 | "Display raw encoding of assembly instructions (default)"), | 521 | "Display raw encoding of assembly instructions (default)"), |
522 | OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", | 522 | OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style", |
523 | "Specify disassembler style (e.g. -M intel for intel syntax)"), | 523 | "Specify disassembler style (e.g. -M intel for intel syntax)"), |
524 | OPT_STRING(0, "objdump", &objdump_path, "path", | 524 | OPT_STRING(0, "objdump", &objdump_path, "path", |
525 | "objdump binary to use for disassembly and annotations"), | 525 | "objdump binary to use for disassembly and annotations"), |