Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
[lttng-ust.git] / include / lttng / tracepoint.h
index 1adb149db3994a5dcd40840126bfdef22868cb2b..222169732b6ee87f5563f3c8c2a7044464b0f000 100644 (file)
@@ -190,7 +190,7 @@ static void __attribute__((constructor)) __tracepoints__init(void)
        if (__tracepoint_registered++)
                return;
 
-       liblttngust_handle = dlopen("liblttng-ust.so.0", RTLD_NOW | RTLD_GLOBAL);
+       liblttngust_handle = dlopen("liblttng-ust-tracepoint.so.0", RTLD_NOW | RTLD_GLOBAL);
        if (!liblttngust_handle)
                return;
        tracepoint_register_lib =
This page took 0.023281 seconds and 4 git commands to generate.