|
@@ -692,6 +692,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
"use branch records for histogram filling", parse_branch_mode),
|
|
"use branch records for histogram filling", parse_branch_mode),
|
|
|
OPT_STRING(0, "objdump", &objdump_path, "path",
|
|
OPT_STRING(0, "objdump", &objdump_path, "path",
|
|
|
"objdump binary to use for disassembly and annotations"),
|
|
"objdump binary to use for disassembly and annotations"),
|
|
|
|
|
+ OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle,
|
|
|
|
|
+ "Disable symbol demangling"),
|
|
|
OPT_END()
|
|
OPT_END()
|
|
|
};
|
|
};
|
|
|
|
|
|