]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit337397f3afc911d94d1d71371a36a53ce218b41f
treee472dd080795fae9854c221bfc46d3a021bb5c9e
parentc9b08884c9c98929ec2d8abafd78e89062d01ee7
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