X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=b34c9d1ba696d19615a366e1e98ebb5273d51124;hb=c7ea8487b97b4552a9fcf214a45e104c5f771c85;hp=3d7a2747b3795329f2994115d64e1d1cefd0f138;hpb=17702e8fde8806c51e7bc8cedf0af8aeb8179034;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 3d7a2747..b34c9d1b 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -599,6 +599,7 @@ int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx); int lttng_add_pthread_id_to_ctx(struct lttng_ctx **ctx); int lttng_add_procname_to_ctx(struct lttng_ctx **ctx); int lttng_add_ip_to_ctx(struct lttng_ctx **ctx); +int lttng_add_cpu_id_to_ctx(struct lttng_ctx **ctx); void lttng_context_vtid_reset(void); void lttng_context_vpid_reset(void);