X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-tracer-core.h;h=87a645447e10b5f2375aa3e145c67a6be4f64b41;hb=850550e0086f407ee5cd45d9d9893a463e4692dc;hp=76f62510b41e75439f39bb0ada731235b03cadcb;hpb=10544ee8af31afb239e3dfa71cb2fe09d3de3771;p=lttng-ust.git diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index 76f62510..87a64544 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -44,6 +44,7 @@ struct lttng_event; struct lttng_ctx_field; struct lttng_ust_lib_ring_buffer_ctx; struct lttng_ctx_value; +struct lttng_event_notifier; int ust_lock(void) __attribute__ ((warn_unused_result)); void ust_lock_nocheck(void); @@ -84,6 +85,11 @@ extern void (*lttng_ust_liburcu_bp_before_fork)(void); extern void (*lttng_ust_liburcu_bp_after_fork_parent)(void); extern void (*lttng_ust_liburcu_bp_after_fork_child)(void); +LTTNG_HIDDEN +void lttng_event_notifier_notification_send( + struct lttng_event_notifier *event_notifier, + const char *stack_data); + #ifdef LTTNG_UST_HAVE_PERF_EVENT void lttng_ust_fixup_perf_counter_tls(void); void lttng_perf_lock(void);