PEP_PPM_PLATFORM_STATE_RESIDENCY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pep_x.h

typedef struct _PEP_PPM_PLATFORM_STATE_RESIDENCY {
  ULONG64 Residency;
  ULONG64 TransitionCount;
} PEP_PPM_PLATFORM_STATE_RESIDENCY, *PPEP_PPM_PLATFORM_STATE_RESIDENCY;
View the official Windows Driver Kit DDI reference
// pepfx.h

typedef struct _PEP_PPM_PLATFORM_STATE_RESIDENCY {
  ULONG64 Residency;
  ULONG64 TransitionCount;
} PEP_PPM_PLATFORM_STATE_RESIDENCY, *PPEP_PPM_PLATFORM_STATE_RESIDENCY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-pep_x-_pep_ppm_platform_state_residency)

_PEP_PPM_PLATFORM_STATE_RESIDENCY structure (pep_x.h)

Description

The PEP_PPM_PLATFORM_STATE_RESIDENCY structure specifies the accumulated residency time and transition count for a particular platform idle state.

Members

Residency

The accumulated residency time, in 100-nanosecond units. This is the total amount of time that the hardware platform has spent in this idle state since system startup.

TransitionCount

The total number of times that the platform has entered this idle state since system startup.

Remarks

The States member of the PEP_PPM_PLATFORM_STATE_RESIDENCIES structure is a pointer to an array of PEP_PPM_PLATFORM_STATE_RESIDENCY structures.

See also

PEP_PPM_PLATFORM_STATE_RESIDENCIES


Windows Driver Kit DDI reference (ns-pepfx-_pep_ppm_platform_state_residency)

_PEP_PPM_PLATFORM_STATE_RESIDENCY structure (pepfx.h)

Description

The PEP_PPM_PLATFORM_STATE_RESIDENCY structure specifies the accumulated residency time and transition count for a particular platform idle state.

Members

Residency

The accumulated residency time, in 100-nanosecond units. This is the total amount of time that the hardware platform has spent in this idle state since system startup.

TransitionCount

The total number of times that the platform has entered this idle state since system startup.

Remarks

The States member of the PEP_PPM_PLATFORM_STATE_RESIDENCIES structure is a pointer to an array of PEP_PPM_PLATFORM_STATE_RESIDENCY structures.

See also

PEP_PPM_PLATFORM_STATE_RESIDENCIES