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 3da59a87ec7c..8c0b3f22412a 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -680,6 +680,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused) | |||
680 | "objdump binary to use for disassembly and annotations"), | 680 | "objdump binary to use for disassembly and annotations"), |
681 | OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, | 681 | OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, |
682 | "Disable symbol demangling"), | 682 | "Disable symbol demangling"), |
683 | OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel, | ||
684 | "Enable kernel symbol demangling"), | ||
683 | OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), | 685 | OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"), |
684 | OPT_CALLBACK(0, "percent-limit", &report, "percent", | 686 | OPT_CALLBACK(0, "percent-limit", &report, "percent", |
685 | "Don't show entries under that percent", parse_percent_limit), | 687 | "Don't show entries under that percent", parse_percent_limit), |