X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-libc-wrapper%2Fust_pthread.h;fp=liblttng-ust-libc-wrapper%2Fust_pthread.h;h=b6786210899a51a27cdee8bf1cb810c570c45cb5;hb=35176231371af091768378a09d28c556bfe7e663;hp=795cf9a235374dab17d7869e97ac18137b561038;hpb=fe7e563b1b37b8f1962006eabb4e7dc7368341f1;p=lttng-ust.git diff --git a/liblttng-ust-libc-wrapper/ust_pthread.h b/liblttng-ust-libc-wrapper/ust_pthread.h index 795cf9a2..b6786210 100644 --- a/liblttng-ust-libc-wrapper/ust_pthread.h +++ b/liblttng-ust-libc-wrapper/ust_pthread.h @@ -33,14 +33,14 @@ extern "C" { #include TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_req, - TP_ARGS(pthread_mutex_t *, mutex), + TP_ARGS(pthread_mutex_t *, mutex, void *, ip), TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ) ) TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_acq, - TP_ARGS(pthread_mutex_t *, mutex, int, status), + TP_ARGS(pthread_mutex_t *, mutex, int, status, void *, ip), TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ctf_integer(int, status, status) @@ -48,7 +48,7 @@ TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_acq, ) TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_trylock, - TP_ARGS(pthread_mutex_t *, mutex, int, status), + TP_ARGS(pthread_mutex_t *, mutex, int, status, void *, ip), TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ctf_integer(int, status, status) @@ -56,7 +56,7 @@ TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_trylock, ) TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_unlock, - TP_ARGS(pthread_mutex_t *, mutex, int, status), + TP_ARGS(pthread_mutex_t *, mutex, int, status, void *, ip), TP_FIELDS( ctf_integer_hex(void *, mutex, mutex) ctf_integer(int, status, status)