diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index f7645a42708e..7f628f9c2fb4 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) |
@@ -1044,7 +1045,7 @@ static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, | |||
1044 | } | 1045 | } |
1045 | 1046 | ||
1046 | static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, | 1047 | static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, |
1047 | struct perf_evsel *evsel __maybe_unused) | 1048 | struct hists *hists __maybe_unused) |
1048 | { | 1049 | { |
1049 | struct diff_hpp_fmt *dfmt = | 1050 | struct diff_hpp_fmt *dfmt = |
1050 | container_of(fmt, struct diff_hpp_fmt, fmt); | 1051 | container_of(fmt, struct diff_hpp_fmt, fmt); |
@@ -1055,7 +1056,7 @@ static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, | |||
1055 | 1056 | ||
1056 | static int hpp__width(struct perf_hpp_fmt *fmt, | 1057 | static int hpp__width(struct perf_hpp_fmt *fmt, |
1057 | struct perf_hpp *hpp __maybe_unused, | 1058 | struct perf_hpp *hpp __maybe_unused, |
1058 | struct perf_evsel *evsel __maybe_unused) | 1059 | struct hists *hists __maybe_unused) |
1059 | { | 1060 | { |
1060 | struct diff_hpp_fmt *dfmt = | 1061 | struct diff_hpp_fmt *dfmt = |
1061 | container_of(fmt, struct diff_hpp_fmt, fmt); | 1062 | container_of(fmt, struct diff_hpp_fmt, fmt); |