Markers: API change: rename trace_mark() to ust_marker()
[ust.git] / tests / dlopen / libdummy.c
index 45507c0e9b305e76cb0183e22d13da70fc638fc7..dd694c282b2b1f9aa88535991676e782743edb59 100644 (file)
@@ -19,5 +19,5 @@
 
 void exported_function()
 {
-  trace_mark(ust, from_library, "%s", "Event occured in library function");
+  ust_marker(from_library, "%s", "Event occured in library function");
 }
This page took 0.023423 seconds and 4 git commands to generate.