diff options
author | Mark Rutland <[email protected]> | 2014-02-10 17:44:18 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2014-02-27 12:43:21 +0100 |
commit | 9e3170411ed171a126f4dca1672012a33efe59e5 (patch) | |
tree | f36e9f12000658ac1a380f49efb92583c3f2e057 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | ff5a7088f0f04dd246e514f898cab0c863c3598d (diff) |
perf: Fix prototype of find_pmu_context()
For some reason find_pmu_context() is defined as returning void * rather
than a __percpu struct perf_cpu_context *. As all the requisite types are
defined in advance there's no reason to keep it that way.
This patch modifies the prototype of pmu_find_context to return a
__percpu struct perf_cpu_context *.
Signed-off-by: Mark Rutland <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Reviewed-by: Dave Martin <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions