Skip to content

Commit

Permalink
From patchwork series 412817
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox Snowpatch committed Jun 27, 2024
1 parent 18bc7f1 commit 1aefd1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -1089,10 +1089,7 @@ static int __cmd_report(struct report *rep)
perf_session__fprintf_dsos(session, stdout);

if (dump_trace) {
perf_session__fprintf_nr_events(session, stdout,
rep->skip_empty);
evlist__fprintf_nr_events(session->evlist, stdout,
rep->skip_empty);
stats_print(rep);
return 0;
}
}
Expand Down

0 comments on commit 1aefd1e

Please sign in to comment.