python-application: add `logging.basicConfig()` to example
[lttng-docs.git] / contents / using-lttng / instrumenting / prebuilt-ust-helpers / liblttng-ust-libc-pthread-wrapper.md
index a36f860e01c4a7b1c82ba846c886ca3ad1933638..208d57265bf59b19c34a60f70d8dc3ee7c722845 100644 (file)
@@ -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`:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -19,7 +21,7 @@ The following functions are traceable by `liblttng-ust-libc-wrapper.so`:
     <tbody>
         <tr>
             <td rowspan="6">
-                <code class="no-bg">ust_libc</code>
+                <code class="no-bg">lttng_ust_libc</code>
             </td>
             <td>
                 <code class="no-bg">malloc</code>
@@ -70,10 +72,12 @@ The following functions are traceable by `liblttng-ust-libc-wrapper.so`:
         </tr>
     </tbody>
 </table>
+</div>
 
 The following functions are traceable by
 `liblttng-ust-pthread-wrapper.so`:
 
+<div class="table">
 <table class="func-desc">
     <thead>
         <tr>
@@ -85,7 +89,7 @@ The following functions are traceable by
     <tbody>
         <tr>
             <td rowspan="4">
-                <code class="no-bg">ust_pthread</code>
+                <code class="no-bg">lttng_ust_pthread</code>
             </td>
             <td>
                 <code class="no-bg">pthread_mutex_lock_req</code>
@@ -120,6 +124,7 @@ The following functions are traceable by
         </tr>
     </tbody>
 </table>
+</div>
 
 All tracepoints have fields corresponding to the arguments of the
 function they instrument.
This page took 0.02354 seconds and 4 git commands to generate.