diff options
| -rw-r--r-- | tools/perf/util/symbol.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index d51abd2e7865..3b2de6eb3376 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -39,6 +39,7 @@ struct symbol_conf symbol_conf = {  	.cumulate_callchain	= true,  	.show_hist_headers	= true,  	.symfs			= "", +	.event_group		= true,  };  static enum dso_binary_type binary_type_symtab[] = { | 
