Rename syscalls -> syscall in UI/API/ABI
[lttng-tools.git] / include / lttng / lttng.h
index 0811d594d188a36d45a5afe2cb0ff3ccdc2642a1..bde46fa60337fb8ff07b2410e92478c5b167d5db 100644 (file)
 #ifndef _LTTNG_H
 #define _LTTNG_H
 
-#include <asm/types.h>
-#include <sys/types.h>
-#include <stdint.h>
 #include <limits.h>
+#include <stdint.h>
+#include <sys/types.h>
 
 /* Default unix group name for tracing. */
 #define LTTNG_DEFAULT_TRACING_GROUP "tracing"
@@ -66,6 +65,8 @@ enum lttng_event_type {
        LTTNG_EVENT_PROBE,
        LTTNG_EVENT_FUNCTION,
        LTTNG_EVENT_FUNCTION_ENTRY,
+       LTTNG_EVENT_NOOP,
+       LTTNG_EVENT_SYSCALL,
 };
 
 /*
This page took 0.024783 seconds and 5 git commands to generate.