mstange / samply

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

inconsistent display of command line arguments? #427

Open tmm1 opened 6 days ago

tmm1 commented 6 days ago

on linux i see some processes show command line arguments, but others don't.

on macOS i only see the "name" which matches Activity Monitor but not the actual binary path or arguments used.

mstange commented 3 days ago

Does it work if you use samply record --include-args=5 ?