add libtracing Makefile.am
[ust.git] / libtracing / tracercore.h
index 17322fc8151f2cdb92efd1b83a8d35ee2dc4687e..e5ff00f78edc8c0aa4264a2d79b1f2ae7398707d 100644 (file)
@@ -8,6 +8,7 @@
 #define LTT_CORE_H
 
 #include "list.h"
+#include "kernelcompat.h"
 //ust// #include <linux/percpu.h>
 
 /* ltt's root dir in debugfs */
@@ -34,8 +35,10 @@ struct dentry *get_ltt_root(void);
 
 /* Keep track of trap nesting inside LTT */
 //ust// DECLARE_PER_CPU(unsigned int, ltt_nesting);
+extern unsigned int ltt_nesting;
 
 typedef int (*ltt_run_filter_functor)(void *trace, uint16_t eID);
+//typedef int (*ltt_run_filter_functor)(void *, __u16);
 
 extern ltt_run_filter_functor ltt_run_filter;
 
This page took 0.022982 seconds and 4 git commands to generate.