|
@@ -680,6 +680,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
"objdump binary to use for disassembly and annotations"),
|
|
|
OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
|
|
|
"Disable symbol demangling"),
|
|
|
+ OPT_BOOLEAN(0, "demangle-kernel", &symbol_conf.demangle_kernel,
|
|
|
+ "Enable kernel symbol demangling"),
|
|
|
OPT_BOOLEAN(0, "mem-mode", &report.mem_mode, "mem access profile"),
|
|
|
OPT_CALLBACK(0, "percent-limit", &report, "percent",
|
|
|
"Don't show entries under that percent", parse_percent_limit),
|