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 75da965df343..9ff0db4e2d0c 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -1034,7 +1034,8 @@ static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, | |||
1034 | 1034 | ||
1035 | static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, | 1035 | static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, |
1036 | struct hists *hists __maybe_unused, | 1036 | struct hists *hists __maybe_unused, |
1037 | int line __maybe_unused) | 1037 | int line __maybe_unused, |
1038 | int *span __maybe_unused) | ||
1038 | { | 1039 | { |
1039 | struct diff_hpp_fmt *dfmt = | 1040 | struct diff_hpp_fmt *dfmt = |
1040 | container_of(fmt, struct diff_hpp_fmt, fmt); | 1041 | container_of(fmt, struct diff_hpp_fmt, fmt); |