[lttng-dev] Open Source job working on LTTng and Trace Compass

2019-12-03 Thread Michel Dagenais via lttng-dev
>From the start of these tools, Polytechnique was involved in Research projects >to design and prototype new advanced features for tracing, profiling and >debugging parallel distributed heterogeneous systems with LTTng and Trace >Compass. This work is conducted in collaboration with Ericsson, Ef

Re: [lttng-dev] Capturing User-Level Function Calls/Returns

2020-07-15 Thread Michel Dagenais via lttng-dev
> Without recompiling, how would that be implemented? As you mentioned, this is possible when "jump patching" 5 bytes instructions. Fast tracepoints in GDB and in kprobe do it. Kprobe goes further and patches sequences of instructions (because the target instruction is less than 5 bytes) if t

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

2023-09-11 Thread Michel Dagenais via lttng-dev
You are probably referring to the work of Mohammad Gebai: Survey and Analysis of Kernel and Userspace Tracers on Linux: Design, Implementation, and Overhead https://dl.acm.org/doi/abs/10.1145/3158644 - Le 11 Sep 23, à 11:52, Mathieu Desnoyers mathieu.desnoy...@efficios.com a écrit : > On