[lttng-dev] Statically linking LTTng to an application built with MUSL toolchain

2023-01-11 Thread Mousa, Anas via lttng-dev
Hello, I've built the urcu, lttng-ust and lttng-tools with the musl toolchain, and upon statically linking the application with the lttng-ust archive (just as documented here: https://lttng.org/docs/v2.13/#doc-building-tracepoint-providers-and-user-application), the trace-point constructors a

[lttng-dev] (no subject)

2023-06-20 Thread Mousa, Anas via lttng-dev
Hello, I've recently profiled the latency of LTTng tracepoints on arm platforms, using the follow sample program: -- st

[lttng-dev] Profiling LTTng tracepoint latency on different arm platforms

2023-06-20 Thread Mousa, Anas via lttng-dev
Hello, I've recently profiled the latency of LTTng tracepoints on arm platforms, using the follow sample program: --

Re: [lttng-dev] Profiling LTTng tracepoint latency on different arm platforms

2023-09-10 Thread Mousa, Anas via lttng-dev
tng.org Subject: RE: [EXTERNAL][lttng-dev] Profiling LTTng tracepoint latency on different arm platforms > On 6/21/23 01:39, Yitschak, Yehuda wrote: > >> On 6/20/23 10:20, Mathieu Desnoyers via lttng-dev wrote: > >>> On 6/20/23 06:27, Mousa,