From 1ad5c0f7392f92037b569ff97a425a35c2a17f3e Mon Sep 17 00:00:00 2001 From: Antoine Busque Date: Fri, 2 Oct 2015 18:25:38 -0400 Subject: [PATCH] Fix: update UST helper provider and event names 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 --- .../instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md | 6 +++--- .../liblttng-ust-libc-pthread-wrapper.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md index d379594..8e920fa 100644 --- a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md +++ b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md @@ -21,10 +21,10 @@ following tracepoints when preloaded: - ust_baddr + lttng_ust_dl - push + dlopen

dlopen() call

@@ -54,7 +54,7 @@ following tracepoints when preloaded: - pop + dlclose

dlclose() call

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 42a7770..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 @@ -21,7 +21,7 @@ The following functions are traceable by `liblttng-ust-libc-wrapper.so`: - ust_libc + lttng_ust_libc malloc @@ -89,7 +89,7 @@ The following functions are traceable by - ust_pthread + lttng_ust_pthread pthread_mutex_lock_req -- 2.34.1