Hide Forgot
It would appear that processor ACPI states are not exposed in /proc in 2.6.38.6-26.rc1.fc15.x86_64 # cat /boot/config-2.6.38.6-26.rc1.fc15.x86_64 | fgrep ACPI <snip> CONFIG_ACPI_PROCESSOR=y This is useful to determine if you are incurring c-state related performance penalties or not, and should be in /proc/acpi/processor/CPU<X>/power Is this a bug, or is there some other place to obtain the same information now?
I tried going back to 2.6.38-0.rc8.git0.1.fc15.x86_64 and it's still not there. I'm not exactly sure where this disappeared at.
If /sys/devices/system/cpu/cpuidle/current_driver is intel_idle then acpi_idle is not being used. Generic stats should always be in /sys/devices/system/cpu/cpu0/cpuidle/* no matter which idle driver is in use.