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 <eran...@gmail.com> --- arch/x86/include/asm/perf_event.h | 11 ++++ arch/x86/kernel/cpu/perf_event.c | 112 +++++++++++++++++++++++++++++++++++- 2 files changed, 119 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel