perf, x86: Add Intel SandyBridge CPU support
authorLin Ming <ming.m.lin@intel.com>
Wed, 2 Mar 2011 13:27:04 +0000 (21:27 +0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 2 Mar 2011 13:37:02 +0000 (14:37 +0100)
commitb06b3d49699a52e8f9ca056c4f96e81b1987d78e
tree9cffe092fd4ecd5b579dfd7f7655d6424c53c3d0
parenta639dc64e52183a361c260e562e73b0800b89072
perf, x86: Add Intel SandyBridge CPU support

This patch adds basic SandyBridge support, including hardware
cache events and PEBS events support.

It has been tested on SandyBridge CPUs with perf stat and also
with PEBS based profiling - both work fine.

The patch does not affect other models.

v2 -> v3:
 - fix PEBS event 0xd0 with right umask combinations
 - move snb pebs constraint assignment to intel_pmu_init

v1 -> v2:
 - add more raw and PEBS events constraints
 - use offcore events for LLC-* cache events
 - remove the call to Nehalem workaround enable_all function

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Andi Kleen <andi@firstfloor.org>
LKML-Reference: <1299072424.2175.24.camel@localhost>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/cpu/perf_event_intel.c
arch/x86/kernel/cpu/perf_event_intel_ds.c
This page took 0.028156 seconds and 5 git commands to generate.