CPU C-states are core power states requested by the Operating System Directed Power Management (OSPM) infrastructure that define the degree to which the processor is "sleeping". C0 indicates a normal operation. All other C-states (C1-Cn) describe states where the processor clock is inactive (cannot execute instructions) and different parts of the processor are powered down. Deeper C-states have longer exit latencies (the time to transition back to C0) but save more power. The processor can override an OSPM request and automatically demote a specific C-state request. For example, the OSPM may request C6 but the processor may actually use C3.
If a C-state transition entered multiple C-states (for example, C2 and C4) during a single transition, the VTune Amplifier defines and displays it as Cx sleep state.
Note
Power analysis is provided by the VTune Amplifier for Systems only. To analyze applications on Linux* target systems, run the CPU Sleep States or CPU Frequency analysis types from the VTune Amplifier GUI or CLI installed on the Linux or Windows* host. To analyze applications on Android* devices, use the Intel Energy Profiler (SoCWatch/WuWatch) to run the analysis directly on the device. You can view collected data either in the text-only mode on the device or import and view the data in the VTune Amplifier GUI nstalled on the host system.