Add prio and nice contexts
[lttng-modules.git] / ltt-debugfs-abi.c
index aee5bf5da37c6bc912ec694e9d265300d2ff60c3..37b78de08d173ffbf88d16a9c5fccbba186ec4a3 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_PRIO:
                return lttng_add_prio_to_ctx(ctx);
+       case LTTNG_KERNEL_CONTEXT_NICE:
+               return lttng_add_nice_to_ctx(ctx);
        case LTTNG_KERNEL_CONTEXT_PERF_COUNTER:
                return -ENOSYS;
        case LTTNG_KERNEL_CONTEXT_COMM:
This page took 0.023076 seconds and 4 git commands to generate.