]> 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)
commitf312b236a9dc0ec9ea3b389e406aa461171f0efa
treee472dd080795fae9854c221bfc46d3a021bb5c9e
parent094335ae0f5c21aa47d12b550c7b646f00ad4c85
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