remove unneeded noinline's
[ust.git] / libust / tracectl.c
index b20fe696139ea413cbf419daea0190fb27ef675b..9a651d85d38cc915ee9b2327c0c1cd092f9439d3 100644 (file)
@@ -892,7 +892,7 @@ static void auto_probe_connect(struct marker *m)
 
 }
 
-static void __attribute__((constructor(1000))) init()
+static void __attribute__((constructor)) init()
 {
        int result;
        char* autoprobe_val = NULL;
@@ -1132,6 +1132,8 @@ void ust_potential_exec(void)
 {
        trace_mark(ust, potential_exec, MARK_NOARGS);
 
+       DBG("test");
+
        keepalive();
 }
 
This page took 0.0238 seconds and 4 git commands to generate.