Add kernel and userspace callstack event context
[lttng-tools.git] / include / lttng / event.h
index 16b4d4f59437c4a982e4e6bae307d314cf341415..b89590dbde01c44d402979afc27d045ea01a0fab 100644 (file)
@@ -142,6 +142,8 @@ enum lttng_event_context_type {
        LTTNG_EVENT_CONTEXT_PREEMPTIBLE         = 17,
        LTTNG_EVENT_CONTEXT_NEED_RESCHEDULE     = 18,
        LTTNG_EVENT_CONTEXT_MIGRATABLE          = 19,
+       LTTNG_EVENT_CONTEXT_CALLSTACK_KERNEL    = 20,
+       LTTNG_EVENT_CONTEXT_CALLSTACK_USER      = 21, /* Supported on x86_32 and x86_64 only. */
 };
 
 enum lttng_event_field_type {
This page took 0.024556 seconds and 5 git commands to generate.