aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 7238010f28d4..2ca7172f0780 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -515,9 +515,9 @@ int cmd_annotate(int argc, const char **argv)
515 OPT_CALLBACK(0, "symfs", NULL, "directory", 515 OPT_CALLBACK(0, "symfs", NULL, "directory",
516 "Look for files with symbols relative to this directory", 516 "Look for files with symbols relative to this directory",
517 symbol__config_symfs), 517 symbol__config_symfs),
518 OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src, 518 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src,
519 "Interleave source code with assembly code (default)"), 519 "Interleave source code with assembly code (default)"),
520 OPT_BOOLEAN(0, "asm-raw", &symbol_conf.annotate_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", &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)"),