Implement cpu_id context for filtering
[lttng-modules.git] / lttng-events.h
index 4d1b54f907992a5a22dad8ce4ecc0f5172f135f6..4d9bdfd0574390da27f7177c26d561683ae3c553 100644 (file)
@@ -605,6 +605,7 @@ void lttng_remove_context_field(struct lttng_ctx **ctx,
                                struct lttng_ctx_field *field);
 void lttng_destroy_context(struct lttng_ctx *ctx);
 int lttng_add_pid_to_ctx(struct lttng_ctx **ctx);
+int lttng_add_cpu_id_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_procname_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_prio_to_ctx(struct lttng_ctx **ctx);
 int lttng_add_nice_to_ctx(struct lttng_ctx **ctx);
This page took 0.023255 seconds and 4 git commands to generate.