X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-libc-wrapper%2Fust_pthread.h;h=4fdc11aa445f9d244d740d07dd6e440679a6398f;hb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;hp=7296bf4c0c8614947c033f85cc9e8723a92cd956;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust-libc-wrapper/ust_pthread.h b/liblttng-ust-libc-wrapper/ust_pthread.h index 7296bf4c..4fdc11aa 100644 --- a/liblttng-ust-libc-wrapper/ust_pthread.h +++ b/liblttng-ust-libc-wrapper/ust_pthread.h @@ -20,6 +20,7 @@ TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_req, TP_ARGS(pthread_mutex_t *, mutex, void *, ip), TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) + ctf_unused(ip) ) ) @@ -28,6 +29,7 @@ TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_acq, TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ctf_integer(int, status, status) + ctf_unused(ip) ) ) @@ -36,6 +38,7 @@ TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_trylock, TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ctf_integer(int, status, status) + ctf_unused(ip) ) ) @@ -44,6 +47,7 @@ TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_unlock, TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ctf_integer(int, status, status) + ctf_unused(ip) ) )