Re: [PATCH 0/6] contrib/plugins: uftrace

2025-07-21 Thread Pierrick Bouvier
On 7/15/25 10:34 PM, Pierrick Bouvier wrote: This plugin generates a binary trace compatible with the excellent uftrace: https://github.com/namhyung/uftrace In short, it tracks all function calls performed during execution, based on frame pointer analysis. A big advantage over "uftrace record" i

[PATCH 0/6] contrib/plugins: uftrace

2025-07-15 Thread Pierrick Bouvier
This plugin generates a binary trace compatible with the excellent uftrace: https://github.com/namhyung/uftrace In short, it tracks all function calls performed during execution, based on frame pointer analysis. A big advantage over "uftrace record" is that it works in system mode, allowing to tra