Implement cpu_id context for filtering
[lttng-modules.git] / lttng-abi.c
index d4c5ea0fc8938d1d31b6639357546b24a5d19ffa..93cdce3e0f00ec37e007ae17a54bce290ee035df 100644 (file)
@@ -240,6 +240,8 @@ long lttng_abi_add_context(struct file *file,
                return lttng_add_procname_to_ctx(ctx);
        case LTTNG_KERNEL_CONTEXT_HOSTNAME:
                return lttng_add_hostname_to_ctx(ctx);
+       case LTTNG_KERNEL_CONTEXT_CPU_ID:
+               return lttng_add_cpu_id_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.022993 seconds and 4 git commands to generate.