Implement userspace probe location extraction and registration
[lttng-tools.git] / include / lttng / event.h
index 548ec2a4691b7900370c4795b55e04daa8e43eca..630d6c1188dd0255e71c11f4c487b4160df1a1ca 100644 (file)
@@ -37,6 +37,7 @@ enum lttng_event_type {
        LTTNG_EVENT_FUNCTION_ENTRY            = 3,
        LTTNG_EVENT_NOOP                      = 4,
        LTTNG_EVENT_SYSCALL                   = 5,
+       LTTNG_EVENT_USERSPACE_PROBE           = 6,
 };
 
 /*
This page took 0.02373 seconds and 5 git commands to generate.