aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r--tools/perf/builtin-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c
index d660cb7b222b..39db2ee32d48 100644
--- a/tools/perf/builtin-diff.c
+++ b/tools/perf/builtin-diff.c
@@ -696,7 +696,7 @@ static void hists__process(struct hists *hists)
696 hists__output_resort(hists, NULL); 696 hists__output_resort(hists, NULL);
697 697
698 hists__fprintf(hists, !quiet, 0, 0, 0, stdout, 698 hists__fprintf(hists, !quiet, 0, 0, 0, stdout,
699 symbol_conf.use_callchain); 699 !symbol_conf.use_callchain);
700} 700}
701 701
702static void data__fprintf(void) 702static void data__fprintf(void)