X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust-pthread-wrapper%2Fust_pthread.h;h=c5d50328d3c565261dbef3fe40e12966e2e687a5;hb=4b01076fea0f635af6af6762a8edce1be03e5d39;hp=50b0404085ca39eb3e31eecc0b3bd441e3bf7334;hpb=b4064f282fc27c80f17166b1439442d6ddd118b2;p=lttng-ust.git diff --git a/src/lib/lttng-ust-pthread-wrapper/ust_pthread.h b/src/lib/lttng-ust-pthread-wrapper/ust_pthread.h index 50b04040..c5d50328 100644 --- a/src/lib/lttng-ust-pthread-wrapper/ust_pthread.h +++ b/src/lib/lttng-ust-pthread-wrapper/ust_pthread.h @@ -20,7 +20,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_req, LTTNG_UST_TP_ARGS(pthread_mutex_t *, mutex, void *, ip), LTTNG_UST_TP_FIELDS( lttng_ust_field_integer_hex(void *, mutex, mutex) - ctf_unused(ip) + lttng_ust_field_unused(ip) ) ) @@ -29,7 +29,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_lock_acq, LTTNG_UST_TP_FIELDS( lttng_ust_field_integer_hex(void *, mutex, mutex) lttng_ust_field_integer(int, status, status) - ctf_unused(ip) + lttng_ust_field_unused(ip) ) ) @@ -38,7 +38,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_trylock, LTTNG_UST_TP_FIELDS( lttng_ust_field_integer_hex(void *, mutex, mutex) lttng_ust_field_integer(int, status, status) - ctf_unused(ip) + lttng_ust_field_unused(ip) ) ) @@ -47,7 +47,7 @@ LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_pthread, pthread_mutex_unlock, LTTNG_UST_TP_FIELDS( lttng_ust_field_integer_hex(void *, mutex, mutex) lttng_ust_field_integer(int, status, status) - ctf_unused(ip) + lttng_ust_field_unused(ip) ) )