revert installation of tracer.h, but keep ust.h
[ust.git] / libust / marker.c
index d4514f11a4f5faf4e34291c0839b4300c421c8f0..47b6d11fc0c65f29873c951049d33a4ddbf7ccd9 100644 (file)
 #define _LGPL_SOURCE
 #include <urcu-bp.h>
 
-#include "kernelcompat.h"
+#include <ust/kernelcompat.h>
 
-#include "marker.h"
+#include <ust/marker.h>
 #include "usterr.h"
 #include "channels.h"
 #include "tracercore.h"
 #include "tracer.h"
 
+__thread long ust_reg_stack[500];
+volatile __thread long *ust_reg_stack_ptr = (long *) 0;
+
 extern struct marker __start___markers[] __attribute__((visibility("hidden")));
 extern struct marker __stop___markers[] __attribute__((visibility("hidden")));
 extern struct marker_addr __start___marker_addr[] __attribute__((visibility("hidden")));
This page took 0.026277 seconds and 4 git commands to generate.