Markers: API change: rename trace_mark() to ust_marker()
[ust.git] / libust / tracectl.c
index ae92b7e17577f279d30456622842037d371455ca..4d93cc6f7c8ec7e6886d0bc85332ae9a29dfa60d 100644 (file)
@@ -41,7 +41,7 @@
 #include <ust/tracectl.h>
 #include <ust/clock.h>
 #include "tracer.h"
-#include "usterr.h"
+#include "usterr_signal_safe.h"
 #include "ustcomm.h"
 #include "buffers.h"
 #include "marker-control.h"
@@ -1236,7 +1236,7 @@ static struct ustcomm_sock * init_app_socket(int epoll_fd)
                goto free_dir_name;
        }
 
-       result = ensure_dir_exists(dir_name);
+       result = ensure_dir_exists(dir_name, S_IRWXU);
        if (result == -1) {
                ERR("Unable to create socket directory %s, UST thread bailing",
                    dir_name);
@@ -1576,7 +1576,7 @@ static void __attribute__((destructor)) keepalive()
 
 void ust_potential_exec(void)
 {
-       trace_mark(ust, potential_exec, MARK_NOARGS);
+       ust_marker(potential_exec, MARK_NOARGS);
 
        DBG("test");
 
This page took 0.023599 seconds and 4 git commands to generate.