Add userspace namespace contexts
[deliverable/lttng-ust.git] / include / lttng / ust-abi.h
index 01e9daf44a4dcf7f6915d3b20cc43a7b27ce2c8c..37cde5ef64c91dad4e11da338ce514ca05a1a7a5 100644 (file)
@@ -145,6 +145,13 @@ enum lttng_ust_context_type {
        LTTNG_UST_CONTEXT_PERF_THREAD_COUNTER   = 5,
        LTTNG_UST_CONTEXT_CPU_ID                = 6,
        LTTNG_UST_CONTEXT_APP_CONTEXT           = 7,
+       LTTNG_UST_CONTEXT_CGROUP_NS             = 8,
+       LTTNG_UST_CONTEXT_IPC_NS                = 9,
+       LTTNG_UST_CONTEXT_MNT_NS                = 10,
+       LTTNG_UST_CONTEXT_NET_NS                = 11,
+       LTTNG_UST_CONTEXT_PID_NS                = 12,
+       LTTNG_UST_CONTEXT_USER_NS               = 13,
+       LTTNG_UST_CONTEXT_UTS_NS                = 14,
 };
 
 struct lttng_ust_perf_counter_ctx {
This page took 0.023736 seconds and 5 git commands to generate.