X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Fmarker.c;h=47b6d11fc0c65f29873c951049d33a4ddbf7ccd9;hb=c93858f1db9c8fedb9cb3dc751c95ce77083c7ee;hp=b543b166bcd52bd26928da736f69481e9b73c03d;hpb=aa08b4413291fabcbd1b1144377d37034ad361de;p=lttng-ust.git diff --git a/libust/marker.c b/libust/marker.c index b543b166..47b6d11f 100644 --- a/libust/marker.c +++ b/libust/marker.c @@ -41,6 +41,9 @@ #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")));