Given
The implementation ETW provider (inherited from EventSource) with dynamic events. Provider name "IDS-IDComplete-DynamicTrace"
My implementation of Windows service, in which the events of ETW are generated
I collect events from the service using PerfVev:
PerfView.exe collect ETWTrace.etl /merge /zip /OnlyProviders=*IDS-IDComplete-DynamicTrace
- I see all my events.
Question
How can I view the call stack in PerfVev so I can see the calls to my code?