[lttng-dev] Record stacktraces at userspace tracing domain

2024-12-12 Thread Alexander Krabler via lttng-dev
Hi Mathieu,   On 2024-12-11 10:43, Mathieu Desnoyers via lttng-dev wrote: > Another approach then is to add tracepoints within your C++ standard > library functions. Then you can use the caller ip of _those_ functions > and pass them to the tracepoint as "ip" context override. That's difficult, as

Re: [lttng-dev] Record stacktraces at userspace tracing domain

2024-12-12 Thread Dirk Eibach via lttng-dev
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.