]> Git Repo - linux.git/commit
perf: Remove type specific target pointers
authorPeter Zijlstra <[email protected]>
Thu, 5 Mar 2015 21:10:19 +0000 (22:10 +0100)
committerIngo Molnar <[email protected]>
Mon, 23 Mar 2015 09:58:04 +0000 (10:58 +0100)
commit50f16a8bf9d7a92c437ed1867d0f7e1dc6a9aca9
treeb3794dc4959e7dedbdddfb1e428c4fe67126e45b
parent4e16ed99416ef569a89782a7234f95007919fadd
perf: Remove type specific target pointers

The only reason CQM had to use a hard-coded pmu type was so it could use
cqm_target in hw_perf_event.

Do away with the {tp,bp,cqm}_target pointers and provide a non type
specific one.

This allows us to do away with that silly pmu type as well.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Vince Weaver <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/arm/kernel/hw_breakpoint.c
arch/arm64/kernel/hw_breakpoint.c
arch/x86/kernel/cpu/perf_event_intel_cqm.c
include/linux/perf_event.h
include/uapi/linux/perf_event.h
kernel/events/core.c
kernel/events/hw_breakpoint.c
kernel/trace/trace_uprobe.c
This page took 0.064559 seconds and 4 git commands to generate.