tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.26k stars 94 forks source link

Hide `perf_signal_handler` frames on macOS #207

Closed kadiwa4 closed 1 year ago

kadiwa4 commented 1 year ago

macOS always starts symbols with an additional underscore and symbolic doesn't remove it. Because of that the perf_signal_handler function can't currently be found by pprof, cluttering the flamegraph.