[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1254840129-6198-1-git-send-email-eranian@gmail.com>
Date: Tue, 6 Oct 2009 16:42:07 +0200
From: Stephane Eranian <eranian@...glemail.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...e.hu, paulus@...ba.org, a.p.zijlstra@...llo.nl,
perfmon2-devel@...ts.sf.net, Stephane Eranian <eranian@...il.com>
Subject: [PATCH 0/2] perf_events: correct event assignments on Intel processors
This series of patches corrects the assignment of events to counters
for the Intel X86 processors.
Not all events can be measured on any counter. Not all filters can
be used on fixed counters.
The current implementation silently returns bogus counts in case the
event is programmed into the wrong counter.
Signed-off-by: Stephane Eranian <eranian@...il.com>
---
arch/x86/include/asm/perf_event.h | 11 ++++
arch/x86/kernel/cpu/perf_event.c | 112 +++++++++++++++++++++++++++++++++++-
2 files changed, 119 insertions(+), 4 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists