javierhonduco / lightswitch

CPU profiler for Linux written in Rust
MIT License
7 stars 3 forks source link

usym: Fix order when dealing with inlined functions #64

Closed javierhonduco closed 2 months ago

javierhonduco commented 2 months ago

Test Plan

Added tests to ensure we return frames in the right order, and catch potential regressions with blazesym. Also removed the addr2line backend as it is not complete and it's not adapted to the new inteface. I still think there's value to have it so will re-add it down the line.

javierhonduco commented 2 months ago

cc @gmarler @patnebe