<div dir="ltr"><div>Hi there. I would like to instrument a C++ statically linked application using the lttng static libraries (i.e. libllttng-ust.a, etc). To try to get this working I took the quick start example and changed it to use the following link command line: </div><div><br></div><div>gcc -o hello hello.o hello-tp.o -Wl,-Bstatic -llttng-ust -llttng-ust-tracepoint -lurcu-bp -lurcu-cds -Wl,-Bdynamic -lrt -ldl -pthread </div><div><br></div><div><div>This does not return any errors but the resulting trace is empty. I was able to get a trace using the liblttng shared object though.<br></div></div><div><br></div><div>Is it possible to statically link liblttng ? I am using v2.9.5 of lttng</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>-pp</div><div><br></div><div><br></div><div><br></div><div><br></div></div>