Re: [lttng-dev] Tracepoints for pthreads conditional variables

2019-04-26 Thread Shehab Elsayed
I came across something some time ago that I think might solve this problem. It goes back to making sure that the version of the synchronization function called from the wrapper is the same that would be called without the wrapper. To specify the version the following instruction can be used:

[lttng-dev] running lttng 2.10 on Docker 1.13.1

2019-04-26 Thread whalajam--- via lttng-dev
Hi,I have one docker container on which I installed LTTng version 2.10.I use the same Docker container to build and run the application. The problem I have is that there are no traces in the path specified when doing "lttng create". "lttng view"fails complaining about files not found, the trace

Re: [lttng-dev] running lttng 2.10 on Docker 1.13.1

2019-04-26 Thread whalajam--- via lttng-dev
I attach the lttng-sessiond -vvv output,John On Friday, April 26, 2019, 9:38:36 p.m. EDT, whalajam--- via lttng-dev wrote: Hi,I have one docker container on which I installed LTTng version 2.10.I use the same Docker container to build and run the application. The problem I have is tha