X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fmarker.c;h=146fbc9db648a212e5bcabe55f7d5ebb92f9dde9;hb=6eb05e4feb4700acdc9d0e1e2778859562ad1bb7;hp=d4514f11a4f5faf4e34291c0839b4300c421c8f0;hpb=75667d04f4c255687def1876cf15baf3bbd1ffc5;p=ust.git diff --git a/libust/marker.c b/libust/marker.c index d4514f1..146fbc9 100644 --- a/libust/marker.c +++ b/libust/marker.c @@ -33,13 +33,16 @@ #define _LGPL_SOURCE #include -#include "kernelcompat.h" +#include -#include "marker.h" +#include +#include #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")));