parca-dev / parca

Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.
https://parca.dev/
Apache License 2.0
4.11k stars 213 forks source link

symbolizer: Add Rust demangling support #612

Open kakkoyun opened 2 years ago

kakkoyun commented 2 years ago
javierhonduco commented 2 years ago

Turns out we already supported the Rust mangling scheme. Added some basic tests in #892 for both C++ and Rust. Let's keep an eye on the new mangling scheme that'll roll out in the future https://github.com/rust-lang/rust/issues/60705!