Implement cpu_id context for filtering
[lttng-ust.git] / liblttng-ust / lttng-events.c
index 897b7f251e32cd77092e42d6e7572aae001a909a..25b4962583a833811014cf50558f46ea4a5aa7e3 100644 (file)
@@ -817,6 +817,8 @@ int lttng_attach_context(struct lttng_ust_context *context_param,
                return lttng_add_procname_to_ctx(ctx);
        case LTTNG_UST_CONTEXT_IP:
                return lttng_add_ip_to_ctx(ctx);
+       case LTTNG_UST_CONTEXT_CPU_ID:
+               return lttng_add_cpu_id_to_ctx(ctx);
        default:
                return -EINVAL;
        }
This page took 0.022958 seconds and 4 git commands to generate.