update ltt-usertrace for 2.6.16 kernel system calls
[lttv.git] / ltt-usertrace / ltt / ltt-usertrace.h
index dbd48c34a176fd6a61f0073c83c5cc309e356312..7506763e258eae8315db5af18b6c5a3a538a5217 100644 (file)
 #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
 
 //Put in asm-i486/unistd.h
-#define __NR_ltt_trace_generic 294
-#define __NR_ltt_register_generic      295
+#define __NR_ltt_trace_generic 311
+#define __NR_ltt_register_generic      312
 
 #undef NR_syscalls
-#define NR_syscalls 296
+#define NR_syscalls 313
 
 //FIXME : setup for ARM
 //FIXME : setup for MIPS
@@ -89,6 +85,10 @@ static inline unsigned int __attribute__((no_instrument_function))
 #define LTT_ALIGN __attribute__((packed))
 #endif //LTT_PACK
 
+#ifdef LTT_TRACE_FAST
+#include <ltt/ltt-usertrace-fast.h>
+#endif //LTT_TRACE_FAST
+
 #endif //_LTT_USERTRACE_H
 
 
This page took 0.039521 seconds and 4 git commands to generate.