marker: remove printf and add debug msg
[ust.git] / libust / marker.h
index 5f375b872350443fa4142436a0f234e6c173787f..146409c552b8ab6454228f11d8fefffe586982ba 100644 (file)
@@ -31,6 +31,7 @@
 #include "kernelcompat.h"
 #include "compiler.h"
 #include <kcompat/list.h>
+#include "localerr.h"
 
 //ust// struct module;
 //ust// struct task_struct;
@@ -303,6 +304,7 @@ extern struct marker __stop___markers[] __attribute__((visibility("hidden")));
                                                                                        \
 static void __attribute__((constructor)) __markers__init(void)                                 \
 {                                                                                      \
+       DBG("next registration in "__FILE__"\n");\
        marker_register_lib(__start___markers, (((long)__stop___markers)-((long)__start___markers))/sizeof(struct marker));\
 }
 
This page took 0.022244 seconds and 4 git commands to generate.