mstange / samply

Command-line sampling profiler for macOS and Linux
Apache License 2.0
2.18k stars 56 forks source link

Add some well-known Windows categories #183

Closed vvuk closed 5 months ago

vvuk commented 5 months ago

jit_category_manager is really "JS category manager"; that's fine. This PR adds an easy way to support "well known" categories that can be used in various places so that I can start categorizing CoreCLR and other bits. It also tries to add a separation between actual user code and system libraries (hacked to be "inside windows/system32" here, but that's good enough for 99% cases; failure case is it just gets reported as user still).