X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-debugfs-abi.c;h=aee5bf5da37c6bc912ec694e9d265300d2ff60c3;hb=a8ad3613f2e0e272487b8ec0f0ec8e3c6da689f9;hp=afdc09a61ad8eb0dcc1e39be75ec8be03d6a2169;hpb=7516d0ea57cbca254ad60c4f1c5b809681fa2d0c;p=lttng-modules.git diff --git a/ltt-debugfs-abi.c b/ltt-debugfs-abi.c index afdc09a6..aee5bf5d 100644 --- a/ltt-debugfs-abi.c +++ b/ltt-debugfs-abi.c @@ -152,6 +152,8 @@ long lttng_abi_add_context(struct file *file, switch (context_param.ctx) { case LTTNG_KERNEL_CONTEXT_PID: return lttng_add_pid_to_ctx(ctx); + case LTTNG_KERNEL_CONTEXT_PRIO: + return lttng_add_prio_to_ctx(ctx); case LTTNG_KERNEL_CONTEXT_PERF_COUNTER: return -ENOSYS; case LTTNG_KERNEL_CONTEXT_COMM: