mstange / samply

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

Set a useful profile name for imported simpleperf profiles again. #284

Closed mstange closed 3 weeks ago

mstange commented 3 weeks ago

PR #274 broke the profile name computation for imported simpleperf profiles - we were no longer putting the device name and the Android version into the profile name, because the code to do so didn't run, because handle_exec wasn't called, because on Android processes mostly don't exec, ever. Every app process gets forked from the Android zygote.