Markers: remove channel name from trace_mark()
[ust.git] / libust / tracectl.c
index 96053b7b523773000560b70a86a2b717056005a5..e84a35aecf4e3f979d4cb85163b89e3204ccf45c 100644 (file)
@@ -1576,7 +1576,7 @@ static void __attribute__((destructor)) keepalive()
 
 void ust_potential_exec(void)
 {
-       trace_mark(ust, potential_exec, MARK_NOARGS);
+       trace_mark(potential_exec, MARK_NOARGS);
 
        DBG("test");
 
This page took 0.022634 seconds and 4 git commands to generate.