diff options
author | Peter Zijlstra <peterz@infradead.org> | 2012-06-05 04:26:43 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-06-06 11:22:34 -0400 |
commit | 0780c927a02492f917a74f51f3c801c76a637c57 (patch) | |
tree | 330b50d5564ce2e9dac8995bb5cfcd162aebc73f /arch/x86/kernel/cpu/perf_event.h | |
parent | 5a425294ee7d4ab5a374248e85838dfd450caf75 (diff) |
perf/x86: Implement cycles:p for SNB/IVB
Now that there's finally a chip with working PEBS (IvyBridge), we can
enable the hardware and implement cycles:p for SNB/IVB.
Cc: Stephane Eranian <eranian@google.com>
Requested-and-tested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1338884803.28282.153.camel@twins
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/cpu/perf_event.h')
-rw-r--r-- | arch/x86/kernel/cpu/perf_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/perf_event.h b/arch/x86/kernel/cpu/perf_event.h index 83794d8e6af0..7241e2fc3c17 100644 --- a/arch/x86/kernel/cpu/perf_event.h +++ b/arch/x86/kernel/cpu/perf_event.h | |||
@@ -365,6 +365,7 @@ struct x86_pmu { | |||
365 | int pebs_record_size; | 365 | int pebs_record_size; |
366 | void (*drain_pebs)(struct pt_regs *regs); | 366 | void (*drain_pebs)(struct pt_regs *regs); |
367 | struct event_constraint *pebs_constraints; | 367 | struct event_constraint *pebs_constraints; |
368 | void (*pebs_aliases)(struct perf_event *event); | ||
368 | 369 | ||
369 | /* | 370 | /* |
370 | * Intel LBR | 371 | * Intel LBR |