]> git.baikalelectronics.ru Git - kernel.git/commit
perf/x86/amd: Unify AMD's generic and family 15h pmus
authorRobert Richter <robert.richter@amd.com>
Wed, 20 Jun 2012 18:46:35 +0000 (20:46 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 Jul 2012 19:19:41 +0000 (21:19 +0200)
commite43577fecc21af1084e5b605d069772666e4dfd9
tree7c3bef2889fbce2da90f3c6cfcb00112d45e4a00
parent8d39039d362e2760beda170bbf7871841763a55a
perf/x86/amd: Unify AMD's generic and family 15h pmus

There is no need for keeping separate pmu structs. We can enable
amd_{get,put}_event_constraints() functions also for family 15h event.

The advantage is that there is only a single pmu struct for all AMD
cpus. This patch introduces functions to setup the pmu to enabe core
performance counters or counter constraints.

Also, cpuid checks are used instead of family checks where
possible. Thus, it enables the code independently of cpu families if
the feature flag is set.

Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1340217996-2254-4-git-send-email-robert.richter@amd.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/perf_event.h
arch/x86/kernel/cpu/perf_event_amd.c
arch/x86/oprofile/op_model_amd.c