Quantcast
Channel: Windows Performance Toolkit (WPT) v5 forum
Viewing all articles
Browse latest Browse all 275

why the exact profile can't work in windows performance recorder on surface RT(ARM)?

$
0
0
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>





Viewing all articles
Browse latest Browse all 275

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>