mstange / samply

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

Various changes improving Windows support #168

Closed mstange closed 2 months ago

mstange commented 2 months ago

This makes samply import trace.etl work. It also moves the process name + pid filter arguments to samply import, with the names --process-names and --pids.

The idea is that these filter arguments won't be necessary for samply record; if you want to profile an existing process, then you can use samply record -p 12345 (once that works, which it doesn't at the moment), and if you want to profile only processes with a certain name, I think we can make samply record -p firefox work in the future.