goldshtn / LiveStacks

Collect, aggregate, and display live stack traces for ETW events, including CPU sampling, of native and .NET processes.
MIT License
52 stars 4 forks source link

Allow multiple events and aggregate stacks by event #6

Open goldshtn opened 7 years ago

goldshtn commented 7 years ago

The stack data would then include the event name, and the printed output would have the event name as well. This would also be handy when the user doesn't know which events they want, e.g. "trace all CLR GC stacks and print whatever events they are connected to".