x86/perf: Add IvyBridge EP support
authorYouquan Song <youquan.song@intel.com>
Tue, 18 Dec 2012 17:20:23 +0000 (12:20 -0500)
committerIngo Molnar <mingo@kernel.org>
Thu, 24 Jan 2013 15:14:04 +0000 (16:14 +0100)
commit923d8697e24847000490c187de1aeaca622611a3
tree762e0eae44554d2cc2b7c5c760d46c517a3d30b1
parent9faec5be3a27f95ee359b42c6c81b3173eb13958
x86/perf: Add IvyBridge EP support

Running the perf utility on a Ivybridge EP server we encounter
"not supported" events:

   <not supported> L1-dcache-loads
   <not supported> L1-dcache-load-misses
   <not supported> L1-dcache-stores
   <not supported> L1-dcache-store-misses
   <not supported> L1-dcache-prefetches
   <not supported> L1-dcache-prefetch-misses

This patch adds support for this processor.

Signed-off-by: Youquan Song <youquan.song@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Youquan Song <youquan.song@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1355851223-27705-1-git-send-email-youquan.song@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/cpu/perf_event_intel.c