[NTOSKRNL] Contrary to WinDBG !filecache, we don't display CONTROL_AREA but shared cache map

This commit is contained in:
Pierre Schweitzer 2018-01-25 13:47:00 +01:00
parent 5c52ae6695
commit 9c27193a43
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -1500,7 +1500,8 @@ ExpKdbgExtFileCache(ULONG Argc, PCHAR Argv[])
PLIST_ENTRY ListEntry;
UNICODE_STRING NoName = RTL_CONSTANT_STRING(L"No name for File");
KdbpPrint("Control\t\tValid\tDirty\tName\n");
KdbpPrint(" Usage Summary (in kb)\n");
KdbpPrint("Shared\t\tValid\tDirty\tName\n");
/* No need to lock the spin lock here, we're in DBG */
for (ListEntry = CcCleanSharedCacheMapList.Flink;
ListEntry != &CcCleanSharedCacheMapList;