kernel-hacking-2024-linux-s.../arch/x86
Ingo Molnar 6a930700c8 perf counters: clean up state transitions
Impact: cleanup

Introduce a proper enum for the 3 states of a counter:

	PERF_COUNTER_STATE_OFF		= -1
	PERF_COUNTER_STATE_INACTIVE	=  0
	PERF_COUNTER_STATE_ACTIVE	=  1

and rename counter->active to counter->state and propagate the
changes everywhere.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-12-11 15:45:56 +01:00
..
boot x86: use limited register constraint for setnz 2008-11-25 15:38:03 +01:00
configs
crypto
ia32 performance counters: x86 support 2008-12-08 15:47:15 +01:00
include/asm performance counters: x86 support 2008-12-08 15:47:15 +01:00
kernel perf counters: clean up state transitions 2008-12-11 15:45:56 +01:00
kvm KVM: MMU: avoid creation of unreachable pages in the shadow 2008-11-26 12:34:27 +02:00
lguest
lib
mach-default
mach-generic
mach-rdc321x
mach-voyager
math-emu
mm Merge branch 'x86/debug' into x86/irq 2008-11-28 15:00:48 +01:00
oprofile x86/oprofile: fix Intel cpu family 6 detection 2008-12-03 17:17:17 +01:00
pci x86: fixup config space size of CPU functions for AMD family 11h 2008-11-26 03:53:27 +01:00
power
vdso
video
xen Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2008-11-30 13:01:04 -08:00
Kconfig performance counters: x86 support 2008-12-08 15:47:15 +01:00
Kconfig.cpu
Kconfig.debug
Makefile
Makefile_32.cpu