Fix: update UST helper provider and event names
authorAntoine Busque <abusque@efficios.com>
Fri, 2 Oct 2015 22:25:38 +0000 (18:25 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 23 Oct 2015 19:20:14 +0000 (15:20 -0400)
Helpers from LTTng UST, for libdl, libc, and pthread have had their
providers renamed to use a "lttng_" prefix between 2.6 and 2.7. The
libdl helper also had its events renamed from "push" and "pop" to the
more intuitive "dlopen" and "dlclose", respectively.

Signed-off-by: Antoine Busque <abusque@efficios.com>
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md

index d3795941e743379e76d512ca3a0ba4854975bd49..8e920fa1e403268aaa91361f0660bd0321c3ac69 100644 (file)
@@ -21,10 +21,10 @@ following tracepoints when preloaded:
     <tbody>
         <tr>
             <td rowspan="2">
-                <code class="no-bg">ust_baddr</code>
+                <code class="no-bg">lttng_ust_dl</code>
             </td>
             <td>
-                <code class="no-bg">push</code>
+                <code class="no-bg">dlopen</code>
             </td>
             <td>
                 <p><code>dlopen()</code> call</p>
@@ -54,7 +54,7 @@ following tracepoints when preloaded:
         </tr>
         <tr>
             <td>
-                <code class="no-bg">pop</code>
+                <code class="no-bg">dlclose</code>
             </td>
             <td>
                 <p><code>dlclose()</code> call</p>
index 42a7770350c5d2a720fa0cf7c50b519b73d41b89..208d57265bf59b19c34a60f70d8dc3ee7c722845 100644 (file)
@@ -21,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>
@@ -89,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>
This page took 0.02515 seconds and 4 git commands to generate.