X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftracepoint.h;h=222169732b6ee87f5563f3c8c2a7044464b0f000;hb=aae88c703374f4b1fbb8a5e7e95591bf8ce3e837;hp=2942c175e7cf0580ecf39edd99b78a1eb47d9c9c;hpb=40b2b5a43e4c2067849770b3379ca5360facacd5;p=lttng-ust.git diff --git a/include/lttng/tracepoint.h b/include/lttng/tracepoint.h index 2942c175..22216973 100644 --- a/include/lttng/tracepoint.h +++ b/include/lttng/tracepoint.h @@ -190,7 +190,7 @@ static void __attribute__((constructor)) __tracepoints__init(void) if (__tracepoint_registered++) return; - liblttngust_handle = dlopen("liblttng-ust.so", RTLD_NOW | RTLD_GLOBAL); + liblttngust_handle = dlopen("liblttng-ust-tracepoint.so.0", RTLD_NOW | RTLD_GLOBAL); if (!liblttngust_handle) return; tracepoint_register_lib =