summaryrefslogtreecommitdiffstats
path: root/include/linux/perf_counter.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-05-04 19:04:09 +0200
committerIngo Molnar <mingo@elte.hu>2009-05-04 20:17:31 +0200
commit066d7dea32c9bffe6decc0abe465627656cdd84e (patch)
tree78d8ac58c355e347b3f82d2d94c2d44f64f8c641 /include/linux/perf_counter.h
parent1dce8d99b85aba6eddb8b8260baea944922e6fe7 (diff)
downloadblackbird-op-linux-066d7dea32c9bffe6decc0abe465627656cdd84e.tar.gz
blackbird-op-linux-066d7dea32c9bffe6decc0abe465627656cdd84e.zip
perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMON
Fixed-purpose counters stopped working in a simple 'perf stat ls' run: <not counted> cache references <not counted> cache misses Due to: ef7b3e0: perf_counter, x86: remove vendor check in fixed_mode_idx() Which made x86_pmu.num_counters_fixed matter: if it's nonzero, the fixed-purpose counters are utilized. But on v2 perfmon this field is not set (despite there being fixed-purpose PMCs). So add a quirk to set the number of fixed-purpose counters to at least three. [ Impact: add quirk for three fixed-purpose counters on certain Intel CPUs ] Cc: Robert Richter <robert.richter@amd.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <1241002046-8832-28-git-send-email-robert.richter@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_counter.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud