Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 3.76 KB

ns-pepfx-_pep_ppm_query_feedback_counters.md

File metadata and controls

77 lines (60 loc) · 3.76 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:pepfx._PEP_PPM_QUERY_FEEDBACK_COUNTERS
_PEP_PPM_QUERY_FEEDBACK_COUNTERS (pepfx.h)
The PEP_PPM_QUERY_FEEDBACK_COUNTERS structure describes all the processor performance counters that the platform extension plug-in (PEP) supports for a particular processor.
kernel\pep_ppm_query_feedback_counters.htm
kernel
04/30/2018
PEP_PPM_QUERY_FEEDBACK_COUNTERS structure
*PPEP_PPM_QUERY_FEEDBACK_COUNTERS, PEP_PPM_QUERY_FEEDBACK_COUNTERS, PEP_PPM_QUERY_FEEDBACK_COUNTERS structure [Kernel-Mode Driver Architecture], PPEP_PPM_QUERY_FEEDBACK_COUNTERS, PPEP_PPM_QUERY_FEEDBACK_COUNTERS structure pointer [Kernel-Mode Driver Architecture], _PEP_PPM_QUERY_FEEDBACK_COUNTERS, kernel.pep_ppm_query_feedback_counters, pepfx/PEP_PPM_QUERY_FEEDBACK_COUNTERS, pepfx/PPEP_PPM_QUERY_FEEDBACK_COUNTERS
pepfx.h
Pep_x.h, Pep_x.h
Windows
Supported starting with Windows 10.
Windows
PEP_PPM_QUERY_FEEDBACK_COUNTERS, *PPEP_PPM_QUERY_FEEDBACK_COUNTERS
_PEP_PPM_QUERY_FEEDBACK_COUNTERS
pepfx/_PEP_PPM_QUERY_FEEDBACK_COUNTERS
PPEP_PPM_QUERY_FEEDBACK_COUNTERS
pepfx/PPEP_PPM_QUERY_FEEDBACK_COUNTERS
PEP_PPM_QUERY_FEEDBACK_COUNTERS
pepfx/PEP_PPM_QUERY_FEEDBACK_COUNTERS
APIRef
kbSyntax
HeaderDef
pepfx.h
_PEP_PPM_QUERY_FEEDBACK_COUNTERS
PPEP_PPM_QUERY_FEEDBACK_COUNTERS
PEP_PPM_QUERY_FEEDBACK_COUNTERS

_PEP_PPM_QUERY_FEEDBACK_COUNTERS structure (pepfx.h)

-description

The PEP_PPM_QUERY_FEEDBACK_COUNTERS structure describes all the processor performance counters that the platform extension plug-in (PEP) supports for a particular processor.

-struct-fields

-field Count [in]

The number of processor performance feedback counters supported by the PEP. The PEP previously supplied this count in response to a PEP_NOTIFY_PPM_QUERY_CAPABILITIES notification.

-field Counters [out]

The first element in an array of PEP_PROCESSOR_FEEDBACK_COUNTER structures. If this array contains more than one element, the additional elements immediately follow the end of the PEP_PPM_QUERY_FEEDBACK_COUNTERS structure. The Count member specifies the number of elements in this array. For more information, see Remarks.

-remarks

This structure is used by the PEP_NOTIFY_PPM_QUERY_FEEDBACK_COUNTERS notification. The Count member of the structure contains an input value that PoFx supplies when this notification is sent. The Counters member contains an output value that the PEP writes in response to the notification. The PEP writes any additional Counters array elements to the output buffer area that follows the PEP_PPM_QUERY_FEEDBACK_COUNTERS structure. The buffer that PoFx allocated for this structure is guaranteed to be large enough to contain any array elements that follow the structure.

-see-also

PEP_NOTIFY_PPM_QUERY_FEEDBACK_COUNTERS

PEP_PROCESSOR_FEEDBACK_COUNTER