Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No samples generated on Windows #348

Open
clemenswasser opened this issue Sep 5, 2024 · 13 comments
Open

No samples generated on Windows #348

clemenswasser opened this issue Sep 5, 2024 · 13 comments

Comments

@clemenswasser
Copy link

When recording any process with samply on Windows, the generated profile.json doesn't contain any samples, even though the etl file contains samples.

I used a matrix multiply sample application that came with Intel VTune compiled to a.exe as an example here, but could observe the same for every application I tested.
When using --keep-etl I could confirm that the raw etl file does in fact contain samples:
image
But the samples sections in the profile.json are completely empty, which also causes the error RangeError: minimumFractionDigits value is out of range.. in the Firefox Profiler.

@jrmuizel
Copy link
Collaborator

jrmuizel commented Sep 5, 2024

Can you attach the etl file?

@clemenswasser
Copy link
Author

I've now generated a profile with a low sampling rate (to keep the etl as small as possible).
For me this now shows 2647 samples in a.exe but samply generates none
profile.kernel.etl.zip

@clemenswasser
Copy link
Author

I've done some debugging in etw_gecko.rs and no MSNT_SystemTrace/PerfInfo/SampleProf event ever gets read...
The only events read are:

MSNT_SystemTrace/EventTrace/EndExtension
MSNT_SystemTrace/EventTrace/Extension
MSNT_SystemTrace/EventTrace/Header
MSNT_SystemTrace/EventTrace/PartitionInfoExtensionV2
MSNT_SystemTrace/EventTrace/RDComplete
MSNT_SystemTrace/Image/DCEnd
MSNT_SystemTrace/Image/DCStart
MSNT_SystemTrace/Image/HypercallPage
MSNT_SystemTrace/Image/KernelBase
MSNT_SystemTrace/Image/Load
MSNT_SystemTrace/Image/UnLoad
MSNT_SystemTrace/PerfInfo/CollectionEnd
MSNT_SystemTrace/PerfInfo/CollectionStart
MSNT_SystemTrace/Process/DCEnd
MSNT_SystemTrace/Process/DCStart
MSNT_SystemTrace/Process/Defunct
MSNT_SystemTrace/Process/End
MSNT_SystemTrace/Process/Start
MSNT_SystemTrace/Process/Terminate
MSNT_SystemTrace/StackWalk/Stack
MSNT_SystemTrace/SystemConfig/Boot Config Info
MSNT_SystemTrace/SystemConfig/CodeIntegrity
MSNT_SystemTrace/SystemConfig/CPU
MSNT_SystemTrace/SystemConfig/Defragmentation
MSNT_SystemTrace/SystemConfig/DeviceFamily
MSNT_SystemTrace/SystemConfig/DPI
MSNT_SystemTrace/SystemConfig/FlightIds
MSNT_SystemTrace/SystemConfig/IRQ
MSNT_SystemTrace/SystemConfig/LogDisk
MSNT_SystemTrace/SystemConfig/NIC
MSNT_SystemTrace/SystemConfig/NumaNode
MSNT_SystemTrace/SystemConfig/PhyDisk
MSNT_SystemTrace/SystemConfig/Platform
MSNT_SystemTrace/SystemConfig/PnP
MSNT_SystemTrace/SystemConfig/Power
MSNT_SystemTrace/SystemConfig/ProcessorGroup
MSNT_SystemTrace/SystemConfig/ProcessorNumber
MSNT_SystemTrace/SystemConfig/Processors
MSNT_SystemTrace/SystemConfig/Services
MSNT_SystemTrace/SystemConfig/TelemetryConfiguration
MSNT_SystemTrace/SystemConfig/Video
MSNT_SystemTrace/SystemConfig/Virtualization Config Info
MSNT_SystemTrace/Thread/DCEnd
MSNT_SystemTrace/Thread/DCStart
MSNT_SystemTrace/Thread/End
MSNT_SystemTrace/Thread/SetName
MSNT_SystemTrace/Thread/Start

@jrmuizel
Copy link
Collaborator

jrmuizel commented Sep 5, 2024

Doing samply import with your attached file using 75a8971 I get https://share.firefox.dev/4cTfEFU which has samples in it.

@jrmuizel
Copy link
Collaborator

jrmuizel commented Sep 5, 2024

How did you determine which events are read?

@clemenswasser
Copy link
Author

clemenswasser commented Sep 5, 2024

I uncommented the eprintln!("{}", s.name()); in etw_gecko.rs fn process_trace. But the event type MSNT_SystemTrace/PerfInfo/SampleProf didn't ever get printed.

@jrmuizel
Copy link
Collaborator

jrmuizel commented Sep 5, 2024

@clemenswasser what do you get when you run the event-types example in the etw-reader crate on your etl file?
I get:

MSNT_SystemTrace/StackWalk/Stack DEF2FE46-7BD6-4B80-BD94-F57FE20D0CE3/0/32 13027
3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0-5/0 10482
MSNT_SystemTrace/Image/DCEnd 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/4 7726
MSNT_SystemTrace/Image/DCStart 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/3 7718
MSNT_SystemTrace/PerfInfo/SampleProf CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/46 2807
MSNT_SystemTrace/Thread/DCEnd 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/4 1916
MSNT_SystemTrace/Thread/DCStart 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/3 1891
MSNT_SystemTrace/SystemConfig/Services 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/15 306
MSNT_SystemTrace/SystemConfig/PnP 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/22 247
MSNT_SystemTrace/Process/DCStart 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/3 126
MSNT_SystemTrace/Process/DCEnd 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/4 126
MSNT_SystemTrace/Image/Load 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/10 49
MSNT_SystemTrace/Image/UnLoad 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/2 41
MSNT_SystemTrace/Thread/Start 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/1 35
MSNT_SystemTrace/Thread/End 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/2 32
MSNT_SystemTrace/SystemConfig/IRQ 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/21 27
MSNT_SystemTrace/SystemConfig/Processors 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/35 20
MSNT_SystemTrace/Process/Defunct 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/39 18
MSNT_SystemTrace/SystemConfig/NIC 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/13 6
MSNT_SystemTrace/SystemConfig/Defragmentation 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/31 6
MSNT_SystemTrace/SystemConfig/Video 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/14 4
MSNT_SystemTrace/SystemConfig/PhyDisk 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/11 4
01853A65-418F-4F36-AEFC-DC0F1D2FD235/0-2/0 4
MSNT_SystemTrace/EventTrace/Extension 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/5 3
MSNT_SystemTrace/SystemConfig/LogDisk 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/12 3
MSNT_SystemTrace/EventTrace/RDComplete 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/8 2
MSNT_SystemTrace/Process/End 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/2 2
MSNT_SystemTrace/EventTrace/EndExtension 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/32 2
MSNT_SystemTrace/Process/Start 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/1 2
MSNT_SystemTrace/Process/Terminate 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/11 2
MSNT_SystemTrace/EventTrace/Header 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/0 1
MSNT_SystemTrace/SystemConfig/Virtualization Config Info 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/36 1
MSNT_SystemTrace/SystemConfig/DeviceFamily 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/33 1
MSNT_SystemTrace/SystemConfig/Power 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/16 1
MSNT_SystemTrace/PerfInfo/CollectionEnd CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/74 1
MSNT_SystemTrace/SystemConfig/ProcessorGroup 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/26 1
MSNT_SystemTrace/SystemConfig/CodeIntegrity 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/29 1
MSNT_SystemTrace/SystemConfig/ProcessorNumber 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/27 1
MSNT_SystemTrace/SystemConfig/FlightIds 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/34 1
MSNT_SystemTrace/Thread/SetName 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/72 1
MSNT_SystemTrace/SystemConfig/DPI 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/28 1
MSNT_SystemTrace/Image/HypercallPage 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/34 1
MSNT_SystemTrace/SystemConfig/CPU 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/10 1
MSNT_SystemTrace/EventTrace/PartitionInfoExtensionV2 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/80 1
MSNT_SystemTrace/SystemConfig/Boot Config Info 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/37 1
MSNT_SystemTrace/Image/KernelBase 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/33 1
MSNT_SystemTrace/SystemConfig/TelemetryConfiguration 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/30 1
MSNT_SystemTrace/SystemConfig/Platform 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/25 1
MSNT_SystemTrace/SystemConfig/NumaNode 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/24 1
MSNT_SystemTrace/PerfInfo/CollectionStart CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/73 1

which includes 2807 SampleProf events.

@clemenswasser
Copy link
Author

Yeah. That's the problem. Thanks for your reference data! I get:

MSNT_SystemTrace/StackWalk/Stack DEF2FE46-7BD6-4B80-BD94-F57FE20D0CE3/0/32 13027
3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0-5/0 10482
MSNT_SystemTrace/Image/DCEnd 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/4 7726
MSNT_SystemTrace/Image/DCStart 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/3 7718
CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0-2/0 2807
MSNT_SystemTrace/Thread/DCEnd 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/4 1916
MSNT_SystemTrace/Thread/DCStart 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/3 1891
MSNT_SystemTrace/SystemConfig/Services 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/15 306
MSNT_SystemTrace/SystemConfig/PnP 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/22 247
MSNT_SystemTrace/Process/DCEnd 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/4 126
MSNT_SystemTrace/Process/DCStart 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/3 126
MSNT_SystemTrace/Image/Load 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/10 49
MSNT_SystemTrace/Image/UnLoad 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/2 41
MSNT_SystemTrace/Thread/Start 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/1 35
MSNT_SystemTrace/Thread/End 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/2 32
MSNT_SystemTrace/SystemConfig/IRQ 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/21 27
MSNT_SystemTrace/SystemConfig/Processors 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/35 20
MSNT_SystemTrace/Process/Defunct 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/39 18
MSNT_SystemTrace/SystemConfig/NIC 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/13 6
MSNT_SystemTrace/SystemConfig/Defragmentation 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/31 6
MSNT_SystemTrace/SystemConfig/Video 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/14 4
01853A65-418F-4F36-AEFC-DC0F1D2FD235/0-2/0 4
MSNT_SystemTrace/SystemConfig/PhyDisk 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/11 4
MSNT_SystemTrace/EventTrace/Extension 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/5 3
MSNT_SystemTrace/SystemConfig/LogDisk 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/12 3
MSNT_SystemTrace/Process/End 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/2 2
MSNT_SystemTrace/Process/Start 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/1 2
MSNT_SystemTrace/Process/Terminate 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/11 2
MSNT_SystemTrace/EventTrace/EndExtension 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/32 2
MSNT_SystemTrace/EventTrace/RDComplete 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/8 2
MSNT_SystemTrace/EventTrace/PartitionInfoExtensionV2 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/80 1
MSNT_SystemTrace/SystemConfig/Virtualization Config Info 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/36 1
MSNT_SystemTrace/SystemConfig/TelemetryConfiguration 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/30 1
MSNT_SystemTrace/SystemConfig/CodeIntegrity 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/29 1
MSNT_SystemTrace/Thread/SetName 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/72 1
MSNT_SystemTrace/SystemConfig/Platform 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/25 1
MSNT_SystemTrace/Image/KernelBase 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/33 1
MSNT_SystemTrace/SystemConfig/ProcessorNumber 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/27 1
MSNT_SystemTrace/SystemConfig/FlightIds 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/34 1
MSNT_SystemTrace/SystemConfig/DPI 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/28 1
MSNT_SystemTrace/SystemConfig/Power 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/16 1
MSNT_SystemTrace/SystemConfig/DeviceFamily 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/33 1
MSNT_SystemTrace/PerfInfo/CollectionStart CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/73 1
MSNT_SystemTrace/PerfInfo/CollectionEnd CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/74 1
MSNT_SystemTrace/SystemConfig/ProcessorGroup 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/26 1
MSNT_SystemTrace/SystemConfig/CPU 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/10 1
MSNT_SystemTrace/SystemConfig/Boot Config Info 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/37 1
MSNT_SystemTrace/SystemConfig/NumaNode 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/24 1
MSNT_SystemTrace/EventTrace/Header 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/0 1
MSNT_SystemTrace/Image/HypercallPage 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/34 1

The only difference is MSNT_SystemTrace/PerfInfo/SampleProf. For me, it is there but doesn't have a name??
In your output, it is:
MSNT_SystemTrace/PerfInfo/SampleProf CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/46 2807
For me, it is:
CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0-2/0 2807
Maybe it is a bug in the implementation of ProcessTrace and OpenTrace?
I'm on Windows Version 24H2 (OS Build 26100.1457)

@clemenswasser
Copy link
Author

The problem seems to be that schema_locator.event_schema(e) returns an error.
For the SampleProf event, TdhGetEventInformation returns ERROR_NOT_FOUND ("The schema for the event was not found.").

@mstange
Copy link
Owner

mstange commented Sep 6, 2024

Could you check if this worked before #299? I don't have a full mental model of how it would have broken it, but we've seen other cases where merging changed the names of events. The example that I'm thinking of is that @vvuk found that, for some reason, for events which should have the name Microsoft-Windows-DotNETRuntimeRundown/CLRMethodRundown/MethodDCStartVerbose, we currently instead get the name Microsoft-Windows-DotNETRuntimeRundown/Method /DCStartVerbose (including the space) from the unmerged ETL.

You can also turn your existing ETL into a merged ETL using xperf -merge input.etl output.etl .

@clemenswasser
Copy link
Author

I tested with a6704e9 (first commit before #299)
There still are no samples visible for the recorded process, but at least the RangeError: minimumFractionDigits value is out of range.. of the profiler frontend somehow is gone.
The event-types example crashes when invoked with the kept profile.kernel.etl:

thread 'main' panicked at examples\event-types.rs:74:6:
called `Result::unwrap()` on an `Err` value: Os { code: -2147024890, kind: Uncategorized, message: "The handle is invalid." }

@mstange
Copy link
Owner

mstange commented Sep 6, 2024

I see, thanks. So it's not caused by a difference in unmerged/merged ETL files.

"The handle is invalid" usually means you passed the wrong filename. (Yes, this needs a better error message.)

The minimumFractionDigits error was addressed by a front-end fix, we did a deploy of the front-end yesterday.

@clemenswasser
Copy link
Author

No, sorry, my fault the profile.kernel.etl now is called profile.etl.
event-types only crashed because the file didn't exist.
The events are:

MSNT_SystemTrace/StackWalk/Stack DEF2FE46-7BD6-4B80-BD94-F57FE20D0CE3/0/32 70405
3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0-5/0 38539
CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0-2/0 28587
KernelTraceControl/ImageID/ B3E675D7-2554-4F18-830B-2762732560DE/0/0 18938
KernelTraceControl/ImageID/DbgID_RSDS B3E675D7-2554-4F18-830B-2762732560DE/0/36 18766
KernelTraceControl B3E675D7-2554-4F18-830B-2762732560DE/0-2/0 18570
KernelTraceControl B3E675D7-2554-4F18-830B-2762732560DE/0-1/0 17799
MSNT_SystemTrace/Image/DCEnd 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/4 9432
MSNT_SystemTrace/Image/DCStart 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/3 9419
MSNT_SystemTrace/Thread/DCEnd 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/4 2636
MSNT_SystemTrace/Thread/DCStart 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/3 2615
KernelTraceControl B3E675D7-2554-4F18-830B-2762732560DE/0-0/0 1642
MSNT_SystemTrace/SystemConfig/Services 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/15 306
MSNT_SystemTrace/SystemConfig/PnP 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/22 241
MSNT_SystemTrace/Process/DCEnd 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/4 156
MSNT_SystemTrace/Process/DCStart 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/3 156
SysConfig 9B79EE91-B5FD-41C0-A243-4248E266E9D0/0-0/0 61
MSNT_SystemTrace/Image/Load 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/10 53
MSNT_SystemTrace/Image/UnLoad 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/2 40
MSNT_SystemTrace/Thread/End 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/2 35
MSNT_SystemTrace/Thread/Start 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/1 34
MSNT_SystemTrace/SystemConfig/IRQ 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/21 27
MSNT_SystemTrace/SystemConfig/Processors 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/35 20
MSNT_SystemTrace/Process/Defunct 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/39 8
MSNT_SystemTrace/SystemConfig/Defragmentation 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/31 6
MSNT_SystemTrace/SystemConfig/NIC 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/13 6
01853A65-418F-4F36-AEFC-DC0F1D2FD235/0-2/0 4
MSNT_SystemTrace/SystemConfig/Video 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/14 4
MSNT_SystemTrace/SystemConfig/PhyDisk 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/11 4
MSNT_SystemTrace/EventTrace/Extension 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/5 3
MSNT_SystemTrace/SystemConfig/LogDisk 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/12 3
WinSat ED54DFF8-C409-4CF6-BF83-05E1E61A09C4/0-0/0 3
MSNT_SystemTrace/EventTrace/PartitionInfoExtensionV2 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/80 2
MSNT_SystemTrace/Process/Terminate 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/11 2
MSNT_SystemTrace/Process/Start 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/1 2
MSNT_SystemTrace/EventTrace/EndExtension 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/32 2
MSNT_SystemTrace/Process/End 3D6FA8D0-FE05-11D0-9DDA-00C04FD7BA7C/0/2 2
MSNT_SystemTrace/EventTrace/RDComplete 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/8 2
MSNT_SystemTrace/SystemConfig/Platform 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/25 1
MSNT_SystemTrace/SystemConfig/Power 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/16 1
MSNT_SystemTrace/SystemConfig/Virtualization Config Info 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/36 1
MSNT_SystemTrace/SystemConfig/DPI 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/28 1
MSNT_SystemTrace/SystemConfig/TelemetryConfiguration 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/30 1
MSNT_SystemTrace/SystemConfig/NumaNode 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/24 1
MSNT_SystemTrace/SystemConfig/CPU 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/10 1
MSNT_SystemTrace/SystemConfig/Boot Config Info 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/37 1
MSNT_SystemTrace/SystemConfig/CodeIntegrity 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/29 1
MSNT_SystemTrace/SystemConfig/FlightIds 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/34 1
MSNT_SystemTrace/SystemConfig/DeviceFamily 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/33 1
MSNT_SystemTrace/Image/KernelBase 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/33 1
MSNT_SystemTrace/PerfInfo/CollectionEnd CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/74 1
MSNT_SystemTrace/SystemConfig/ProcessorGroup 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/26 1
MSNT_SystemTrace/Thread/SetName 3D6FA8D1-FE05-11D0-9DDA-00C04FD7BA7C/0/72 1
MSNT_SystemTrace/SystemConfig/ProcessorNumber 01853A65-418F-4F36-AEFC-DC0F1D2FD235/0/27 1
MSNT_SystemTrace/EventTrace/Header 68FDD900-4A3E-11D1-84F4-0000F80464E3/0/0 1
MSNT_SystemTrace/PerfInfo/CollectionStart CE1DBFB4-137E-4DA6-87B0-3F59AA102CBC/0/73 1
MSNT_SystemTrace/Image/HypercallPage 2CB15D1D-5FC1-11D2-ABE1-00A0C911F518/0/34 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants