Add userspace namespace contexts
[lttng-ust.git] / include / lttng / ust-abi.h
index c1e13085bbf44cfa327aeabf5025e0c4f94c0aa6..d299b7deb9b874a0bc5ea2280a3f116c9e53495c 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.023415 seconds and 4 git commands to generate.