|
@@ -668,6 +668,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
"Specify disassembler style (e.g. -M intel for intel syntax)"),
|
|
|
OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
|
|
|
"Show a column with the sum of periods"),
|
|
|
+ OPT_BOOLEAN(0, "group", &symbol_conf.event_group,
|
|
|
+ "Show event group information together"),
|
|
|
OPT_CALLBACK_NOOPT('b', "branch-stack", &sort__branch_mode, "",
|
|
|
"use branch records for histogram filling", parse_branch_mode),
|
|
|
OPT_STRING(0, "objdump", &objdump_path, "path",
|