]> git.baikalelectronics.ru Git - kernel.git/commit
perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter table
authorStephane Eranian <eranian@google.com>
Wed, 19 Feb 2014 13:10:18 +0000 (14:10 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 21 Feb 2014 21:09:01 +0000 (22:09 +0100)
commit7712fc066e58b513ac0e377434e5974e8af3fb0c
treee472dd080795fae9854c221bfc46d3a021bb5c9e
parent15f8e8a83f47b7e04f6c91c9692a988bd4ca1bdb
perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter table

This patch updates the CBOX PMU filters mapping tables for SNB-EP
and IVT (model 45 and 62 respectively).

The NID umask always comes in addition to another umask.
When set, the NID filter is applied.

The current mapping tables were missing some code/umask
combinations to account for the NID umask. This patch
fixes that.

Cc: mingo@elte.hu
Cc: ak@linux.intel.com
Reviewed-by: Yan, Zheng <zheng.z.yan@intel.com>
Signed-off-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20140219131018.GA24475@quad
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/cpu/perf_event_intel_uncore.c