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

Collect stacks from arbitrary providers #11

Open goldshtn opened 7 years ago

goldshtn commented 7 years ago

Need to find a reasonable format for specifying the provider name, keywords, and level on the command line. Otherwise, it's just calling EnableProvider with TraceEventOptions.Stacks.

goldshtn commented 7 years ago

This should also support EventSource events.