Hide private usterr-signal-safe.h symbols
[lttng-ust.git] / liblttng-ust / tracepoint.c
index f65097f6aaa92cc640eab93751847d32abf9556d..e0b5da3f46386fb39312a743d002db0efdddcacb 100644 (file)
@@ -24,7 +24,7 @@
 #include <lttng/ust-abi.h>     /* for LTTNG_UST_SYM_NAME_LEN */
 
 #include <usterr-signal-safe.h>
-#include <helper.h>
+#include <ust-helper.h>
 
 #include "tracepoint-internal.h"
 #include "lttng-tracer-core.h"
@@ -897,7 +897,7 @@ lib_added:
 
        DBG("just registered a tracepoints section from %p and having %d tracepoints",
                tracepoints_start, tracepoints_count);
-       if (ust_debug()) {
+       if (ust_err_debug_enabled()) {
                int i;
 
                for (i = 0; i < tracepoints_count; i++) {
@@ -960,7 +960,7 @@ void init_tracepoint(void)
 {
        if (uatomic_xchg(&initialized, 1) == 1)
                return;
-       init_usterr();
+       ust_err_init();
        check_weak_hidden();
 }
 
This page took 0.023559 seconds and 4 git commands to generate.