diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index 1ce425d101a9..303c1e151dcf 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -605,7 +605,7 @@ static void hists__process(struct hists *hists) | |||
605 | hists__precompute(hists); | 605 | hists__precompute(hists); |
606 | hists__compute_resort(hists); | 606 | hists__compute_resort(hists); |
607 | } else { | 607 | } else { |
608 | hists__output_resort(hists); | 608 | hists__output_resort(hists, NULL); |
609 | } | 609 | } |
610 | 610 | ||
611 | hists__fprintf(hists, true, 0, 0, 0, stdout); | 611 | hists__fprintf(hists, true, 0, 0, 0, stdout); |