diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 296bd219977a..b5ea26cc7eb1 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -692,6 +692,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused) | |||
692 | "use branch records for histogram filling", parse_branch_mode), | 692 | "use branch records for histogram filling", parse_branch_mode), |
693 | OPT_STRING(0, "objdump", &objdump_path, "path", | 693 | OPT_STRING(0, "objdump", &objdump_path, "path", |
694 | "objdump binary to use for disassembly and annotations"), | 694 | "objdump binary to use for disassembly and annotations"), |
695 | OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, | ||
696 | "Disable symbol demangling"), | ||
695 | OPT_END() | 697 | OPT_END() |
696 | }; | 698 | }; |
697 | 699 | ||