X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libust%2Fmarker.c;h=47b6d11fc0c65f29873c951049d33a4ddbf7ccd9;hb=636ca5d6fed61d16178a2e29038a6ffea26677fa;hp=d4514f11a4f5faf4e34291c0839b4300c421c8f0;hpb=75667d04f4c255687def1876cf15baf3bbd1ffc5;p=lttng-ust.git diff --git a/libust/marker.c b/libust/marker.c index d4514f11..47b6d11f 100644 --- a/libust/marker.c +++ b/libust/marker.c @@ -33,14 +33,17 @@ #define _LGPL_SOURCE #include -#include "kernelcompat.h" +#include -#include "marker.h" +#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"))); extern struct marker_addr __start___marker_addr[] __attribute__((visibility("hidden")));