[NTOSKRNL] Add the CcPinReadWait and CcPinReadNoWait counters

This commit is contained in:
Pierre Schweitzer 2018-02-24 13:47:15 +01:00
parent af6c5806d5
commit 0fbdf31709
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
3 changed files with 17 additions and 2 deletions

View file

@ -60,6 +60,8 @@ extern ULONG CcLazyWritePages;
extern ULONG CcLazyWriteIos;
extern ULONG CcMapDataWait;
extern ULONG CcMapDataNoWait;
extern ULONG CcPinReadWait;
extern ULONG CcPinReadNoWait;
typedef struct _PF_SCENARIO_ID
{