X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fmarker.c;h=146fbc9db648a212e5bcabe55f7d5ebb92f9dde9;hb=a5850bc4ccd4fab794c76a368648e21236d7db01;hp=b543b166bcd52bd26928da736f69481e9b73c03d;hpb=aa08b4413291fabcbd1b1144377d37034ad361de;p=ust.git diff --git a/libust/marker.c b/libust/marker.c index b543b16..146fbc9 100644 --- a/libust/marker.c +++ b/libust/marker.c @@ -36,10 +36,13 @@ #include #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")));