Skip to content

Instantly share code, notes, and snippets.

@Donpedro13
Last active April 16, 2024 02:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Donpedro13/a9ec346f286334412a6bf25dcc435aeb to your computer and use it in GitHub Desktop.
Save Donpedro13/a9ec346f286334412a6bf25dcc435aeb to your computer and use it in GitHub Desktop.
WMI durations Regions of Interest
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<InstrumentationManifest>
<Instrumentation>
<Regions>
<RegionRoot Guid="{EFA7A927-BAE3-48F6-92E1-000000000000}" Name="WMI-Regions">
<Region Guid="{45EEAD74-5B56-4B38-8CEC-CF66312D6F9B}" Name="WMI-Operations">
<Start>
<Event Provider="{1418ef04-b0b4-4623-bf7e-d74ab47bbdaa}" Id="11" Version="0" />
</Start>
<Stop>
<Event Provider="{1418ef04-b0b4-4623-bf7e-d74ab47bbdaa}" Id="13" Version="0" />
</Stop>
<Match>
<Event>
<Payload FieldName="OperationId" TargetFieldName="OperationId" />
</Event>
</Match>
<Naming>
<PayloadBased NameField="Operation" />
</Naming>
</Region>
</RegionRoot>
</Regions>
</Instrumentation>
</InstrumentationManifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment