X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fdlopen%2Flibdummy.c;h=dd694c282b2b1f9aa88535991676e782743edb59;hb=457a6b5879a7dd8cdd1b5b22b20d028a59489159;hp=16f7b4dc7f1152cef73fb7c0d906193312fd19f6;hpb=37ee34e4d9b9363c758aa43255d71661900e89b0;p=lttng-ust.git diff --git a/tests/dlopen/libdummy.c b/tests/dlopen/libdummy.c index 16f7b4dc..dd694c28 100644 --- a/tests/dlopen/libdummy.c +++ b/tests/dlopen/libdummy.c @@ -19,5 +19,5 @@ void exported_function() { - trace_mark(from_library, "%s", "Event occured in library function"); + ust_marker(from_library, "%s", "Event occured in library function"); }