Add comm context
[lttng-modules.git] / ltt-debugfs-abi.c
index 730826674cda7a82ccce3da3d9a4779eb078f6d2..afdc09a61ad8eb0dcc1e39be75ec8be03d6a2169 100644 (file)
@@ -154,6 +154,8 @@ long lttng_abi_add_context(struct file *file,
                return lttng_add_pid_to_ctx(ctx);
        case LTTNG_KERNEL_CONTEXT_PERF_COUNTER:
                return -ENOSYS;
+       case LTTNG_KERNEL_CONTEXT_COMM:
+               return lttng_add_comm_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.022319 seconds and 4 git commands to generate.