diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index f7645a42708e..69bad45deadd 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -666,7 +666,8 @@ static void hists__process(struct hists *hists) | |||
666 | hists__precompute(hists); | 666 | hists__precompute(hists); |
667 | hists__output_resort(hists, NULL); | 667 | hists__output_resort(hists, NULL); |
668 | 668 | ||
669 | hists__fprintf(hists, true, 0, 0, 0, stdout); | 669 | hists__fprintf(hists, true, 0, 0, 0, stdout, |
670 | symbol_conf.use_callchain); | ||
670 | } | 671 | } |
671 | 672 | ||
672 | static void data__fprintf(void) | 673 | static void data__fprintf(void) |