For more involved user space tracing I highly recommend
https://github.com/wolfpld/tracy
It is a different approach and probably already has all the bells and
whistles you require.
Hi Alexander, Christophe,
On 12/2/24 4:17 PM, Christophe Bédard via lttng-dev wrote:
> Hi,
>
> I did the same thing a while ago, i.e., trigger tracepoints on
> malloc/free/etc. using liblttng-ust-libc-wrapper and collect userspace
> callstack information (so that the indirect calls to malloc/free
Hi,
I did the same thing a while ago, i.e., trigger tracepoints on
malloc/free/etc. using liblttng-ust-libc-wrapper and collect userspace
callstack information (so that the indirect calls to malloc/free can be
removed from an application).
There is a userspace callstack context implementation her