X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=contents%2Fusing-lttng%2Finstrumenting%2Fprebuilt-ust-helpers%2Fliblttng-ust-libc-pthread-wrapper.md;h=208d57265bf59b19c34a60f70d8dc3ee7c722845;hb=d302f5b1ad2a4a77e69581f278d84d8e58a531a0;hp=a36f860e01c4a7b1c82ba846c886ca3ad1933638;hpb=5e0cbfb01373c18e521217342fd8a9159cc186b1;p=lttng-docs.git diff --git a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md index a36f860..208d572 100644 --- a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md +++ b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md @@ -1,5 +1,6 @@ --- id: liblttng‑ust‑libc‑pthread-wrapper +since: 2.3 --- `liblttng-ust-libc-wrapper.so` and `liblttng-ust-pthread-wrapper.so` @@ -8,6 +9,7 @@ POSIX threads functions. The following functions are traceable by `liblttng-ust-libc-wrapper.so`: +
@@ -19,7 +21,7 @@ The following functions are traceable by `liblttng-ust-libc-wrapper.so`:
- ust_libc + lttng_ust_libc malloc @@ -70,10 +72,12 @@ The following functions are traceable by `liblttng-ust-libc-wrapper.so`:
+
The following functions are traceable by `liblttng-ust-pthread-wrapper.so`: +
@@ -85,7 +89,7 @@ The following functions are traceable by
- ust_pthread + lttng_ust_pthread pthread_mutex_lock_req @@ -120,6 +124,7 @@ The following functions are traceable by
+
All tracepoints have fields corresponding to the arguments of the function they instrument.