Hi,
I just try to use profile with a ETW sample from MSDN
Logging Sample for Windows Store Apps (ETW Logging in WinRT)
They works fine on PC/x86 which mean when I open the dumped *.etl file the name of provider/event will be displayed as "MetroEventSource/Info"
But on SurfaceRT when I open the dumped etl file I can't find the correct provider/event name.
Could you help? thanks
Here is the profile
<?xml version="1.0" encoding="utf-8"?>
<WindowsPerformanceRecorder Version="1.0" Author="Robin Giese" Copyright="Microsoft Corporation" Company="Microsoft Corporation">
<Profiles>
<EventCollector Id="EventCollector_EventSourceTest" Name="EventSourceTestCollector">
<BufferSize Value="1024" />
<Buffers Value="200" />
</EventCollector>
<EventProvider Id="EventProvider_MetroEventSource" Name="*MetroEventSource" />
<Profile Id="EventSourceTest.Verbose.File" Name="EventSourceTest" Description="MetroEventSource" LoggingMode="File" DetailLevel="Verbose">
<Collectors>
<EventCollectorId Value="EventCollector_EventSourceTest">
<EventProviders>
<EventProviderId Value="EventProvider_MetroEventSource" />
</EventProviders>
</EventCollectorId>
</Collectors>
</Profile>
<Profile Id="EventSourceTest.Verbose.Memory" Name="EventSourceTest" Description="MetroEventSource" Base="EventSourceTest.Verbose.File" LoggingMode="Memory" DetailLevel="Verbose" />
</Profiles>
</WindowsPerformanceRecorder>
I just try to use profile with a ETW sample from MSDN
Logging Sample for Windows Store Apps (ETW Logging in WinRT)
They works fine on PC/x86 which mean when I open the dumped *.etl file the name of provider/event will be displayed as "MetroEventSource/Info"
But on SurfaceRT when I open the dumped etl file I can't find the correct provider/event name.
Could you help? thanks
Here is the profile
<?xml version="1.0" encoding="utf-8"?>
<WindowsPerformanceRecorder Version="1.0" Author="Robin Giese" Copyright="Microsoft Corporation" Company="Microsoft Corporation">
<Profiles>
<EventCollector Id="EventCollector_EventSourceTest" Name="EventSourceTestCollector">
<BufferSize Value="1024" />
<Buffers Value="200" />
</EventCollector>
<EventProvider Id="EventProvider_MetroEventSource" Name="*MetroEventSource" />
<Profile Id="EventSourceTest.Verbose.File" Name="EventSourceTest" Description="MetroEventSource" LoggingMode="File" DetailLevel="Verbose">
<Collectors>
<EventCollectorId Value="EventCollector_EventSourceTest">
<EventProviders>
<EventProviderId Value="EventProvider_MetroEventSource" />
</EventProviders>
</EventCollectorId>
</Collectors>
</Profile>
<Profile Id="EventSourceTest.Verbose.Memory" Name="EventSourceTest" Description="MetroEventSource" Base="EventSourceTest.Verbose.File" LoggingMode="Memory" DetailLevel="Verbose" />
</Profiles>
</WindowsPerformanceRecorder>