Create EtwAllRegisteredTraceGuids

This commit is contained in:
yardenshafir
2023-04-09 12:11:47 -04:00
committed by GitHub
parent e2c7c76600
commit 1804d79cb9
+3
View File
@@ -0,0 +1,3 @@
dx -r0 @$GuidTable = ((nt!_ESERVERSILO_GLOBALS*)&nt!PspHostSiloGlobals)->EtwSiloState->EtwpGuidHashTable
dx -s @$nonEmptyTraceGuids = @$GuidTable.Select(bucket => bucket.ListHead[0]).Where(l => l.Flink != &l)
dx -r2 @$nonEmptyTraceGuids.Select(l => Debugger.Utility.Collections.FromListEntry(l, "nt!_ETW_GUID_ENTRY", "GuidList").Select(g => g.Guid))