Fix: update sched prev_state instrumentation for upstream kernel
[lttng-modules.git] / lttng-events.h
index 19037062d8f4b6c08348aa885c4bbc54b04b4182..8fe36a7326121f7f7325112c7d77b0105e1eb9ea 100644 (file)
@@ -521,6 +521,8 @@ struct lttng_session {
        struct list_head enablers_head;
        /* Hash table of events */
        struct lttng_event_ht events_ht;
+       char name[LTTNG_KERNEL_SESSION_NAME_LEN];
+       char creation_time[LTTNG_KERNEL_SESSION_CREATION_TIME_ISO8601_LEN];
 };
 
 struct lttng_metadata_cache {
This page took 0.023753 seconds and 4 git commands to generate.