linux/arch/x86/oprofile
Robert Richter 8045a4c293 x86/oprofile: Fix cast of counter value
When casting the counter value to a 64 bit value in 32 bit mode, sign
extension may lead to broken counter values. This patch fixes this by
casting to (u64) instead of (s64).

Signed-off-by: Robert Richter <robert.richter@amd.com>
2009-07-14 15:30:03 +02:00
..
Makefile x86/oprofile: reanaming op_model_athlon.c to op_model_amd.c 2008-07-26 11:48:14 +02:00
backtrace.c x86, 32-bit: fix kernel_trap_sp() 2009-05-12 00:39:52 +02:00
init.c x86: coding style fixes to arch/x86/oprofile/init.c 2008-04-17 17:40:49 +02:00
nmi_int.c Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core 2009-07-14 15:20:44 +02:00
nmi_timer_int.c x86: coding style fixes to arch/x86/oprofile/nmi_timer_int.c 2008-04-17 17:40:50 +02:00
op_counter.h oprofile: fixing whitespaces in arch/x86/oprofile/* 2008-10-16 17:17:46 +02:00
op_model_amd.c x86/oprofile: Fix cast of counter value 2009-07-14 15:30:03 +02:00
op_model_p4.c x86/oprofile: Fix cast of counter value 2009-07-14 15:30:03 +02:00
op_model_ppro.c Merge commit 'tip/perfcounters-for-linus' into oprofile/master 2009-06-12 17:58:48 +02:00
op_x86_model.h Merge commit 'tip/perfcounters-for-linus' into oprofile/master 2009-06-12 17:58:48 +02:00