Markers: API change: rename trace_mark() to ust_marker()
[ust.git] / tests / dlopen / libdummy.c
index 16f7b4dc7f1152cef73fb7c0d906193312fd19f6..dd694c282b2b1f9aa88535991676e782743edb59 100644 (file)
@@ -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");
 }
This page took 0.023972 seconds and 4 git commands to generate.