diff options
author | David Vrabel <david.vrabel@citrix.com> | 2014-04-07 08:52:12 -0400 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2014-04-07 08:52:12 -0400 |
commit | 2c5cb2770392fb9c5d8518688c8bc61986d70dc6 (patch) | |
tree | b19210e709de6ee0d22b67ef605a569500cf1a18 /tools/perf/builtin-diff.c | |
parent | cd979883b9ede90643e019f33cb317933eb867b4 (diff) | |
parent | 683b6c6f82a60fabf47012581c2cfbf1b037ab95 (diff) |
Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus-3.15
This merge of the irq-core-for-linus branch broke the ARM build when
Xen is enabled.
Conflicts:
drivers/xen/events/events_base.c
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 a77e31246c00..204fffe22532 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -952,8 +952,8 @@ static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, | |||
952 | dfmt->header_width, buf); | 952 | dfmt->header_width, buf); |
953 | } | 953 | } |
954 | 954 | ||
955 | static int hpp__header(struct perf_hpp_fmt *fmt, | 955 | static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, |
956 | struct perf_hpp *hpp) | 956 | struct perf_evsel *evsel __maybe_unused) |
957 | { | 957 | { |
958 | struct diff_hpp_fmt *dfmt = | 958 | struct diff_hpp_fmt *dfmt = |
959 | container_of(fmt, struct diff_hpp_fmt, fmt); | 959 | container_of(fmt, struct diff_hpp_fmt, fmt); |
@@ -963,7 +963,8 @@ static int hpp__header(struct perf_hpp_fmt *fmt, | |||
963 | } | 963 | } |
964 | 964 | ||
965 | static int hpp__width(struct perf_hpp_fmt *fmt, | 965 | static int hpp__width(struct perf_hpp_fmt *fmt, |
966 | struct perf_hpp *hpp __maybe_unused) | 966 | struct perf_hpp *hpp __maybe_unused, |
967 | struct perf_evsel *evsel __maybe_unused) | ||
967 | { | 968 | { |
968 | struct diff_hpp_fmt *dfmt = | 969 | struct diff_hpp_fmt *dfmt = |
969 | container_of(fmt, struct diff_hpp_fmt, fmt); | 970 | container_of(fmt, struct diff_hpp_fmt, fmt); |