diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index 5cb577a3c5b2..413c65a1ba39 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -214,8 +214,7 @@ static int __cmd_diff(void) | |||
214 | first = false; | 214 | first = false; |
215 | 215 | ||
216 | hists__match(&evsel_old->hists, &evsel->hists); | 216 | hists__match(&evsel_old->hists, &evsel->hists); |
217 | hists__fprintf(&evsel->hists, &evsel_old->hists, | 217 | hists__fprintf(&evsel->hists, true, 0, 0, stdout); |
218 | true, 0, 0, stdout); | ||
219 | } | 218 | } |
220 | 219 | ||
221 | out_delete: | 220 | out_delete: |