diff options
Diffstat (limited to 'tools/perf/util/evsel.c')
-rw-r--r-- | tools/perf/util/evsel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c index a54701504606..9c82f98f26de 100644 --- a/tools/perf/util/evsel.c +++ b/tools/perf/util/evsel.c | |||
@@ -1391,7 +1391,7 @@ int perf_evsel__fprintf(struct perf_evsel *evsel, | |||
1391 | bool first = true; | 1391 | bool first = true; |
1392 | int printed = 0; | 1392 | int printed = 0; |
1393 | 1393 | ||
1394 | if (symbol_conf.event_group) { | 1394 | if (details->event_group) { |
1395 | struct perf_evsel *pos; | 1395 | struct perf_evsel *pos; |
1396 | 1396 | ||
1397 | if (!perf_evsel__is_group_leader(evsel)) | 1397 | if (!perf_evsel__is_group_leader(evsel)) |