new ltt-usertrace
[lttv.git] / ltt-usertrace / ltt / ltt-usertrace.h
index 9d52ad70fa37f3a051d864fd16de0b910747fb58..dbd48c34a176fd6a61f0073c83c5cc309e356312 100644 (file)
@@ -1,13 +1,13 @@
 /*****************************************************************************
- * ltt-generic.h
+ * ltt-usertrace.h
  *
- * LTT generic userspace tracing header
+ * LTT userspace tracing header
  *
  * Mathieu Desnoyers, March 2006
  */
 
-#ifndef _LTT_GENERIC_H
-#define _LTT_GENERIC_H
+#ifndef _LTT_USERTRACE_H
+#define _LTT_USERTRACE_H
 
 #include <errno.h>
 #include <syscall.h>
 #include <sys/types.h>
 #include <stdint.h>
 
+#ifdef LTT_TRACE_FAST
+#include <ltt/ltt-usertrace-fast.h>
+#endif //LTT_TRACE_FAST
+
 #ifndef min
 #define min(a,b) ((a)<(b)?(a):(b))
 #endif
@@ -85,6 +89,6 @@ static inline unsigned int __attribute__((no_instrument_function))
 #define LTT_ALIGN __attribute__((packed))
 #endif //LTT_PACK
 
-#endif //_LTT_GENERIC_H
+#endif //_LTT_USERTRACE_H
 
 
This page took 0.023605 seconds and 4 git commands to generate.