On Fri, Apr 25, 2025 at 10:56 AM Serhei Makarov <ser...@serhei.io> wrote: > > Changes for v6: > > - Minor fixes as requested. > > Changes for v2: > > - Merged commit 11 into commit 1 (both sample_base_addr/sample_pc and > set_initial_registers_sample make sense to introduce in the same > commit). > > - Added i386 backend and factored out common code. > > * * * > > First patch of a series that reworks eu-stacktrace functionality > into a library interface for other profiling tools.
Thanks I've approved and merged this series with two changes: Signed-off-by added to each commit message and a rwlock_unlock added before an early return introduced in patch 8. Aaron