X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-tracer-core.h;h=4e0d2c69d70f2510811a80432e22ab2a43e79a3b;hb=refs%2Fheads%2Fstable-2.5;hp=f2e95674b2373b2dd8ed7bb194c64e9ad37c57f8;hpb=74d81a6cca2cd4a7718bba9368f382f9f2fbba84;p=lttng-ust.git diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index f2e95674..4e0d2c69 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -34,7 +34,8 @@ struct lttng_session; struct lttng_channel; struct lttng_event; -void ust_lock(void); +int ust_lock(void) __attribute__ ((warn_unused_result)); +void ust_lock_nocheck(void); void ust_unlock(void); void lttng_fixup_event_tls(void); @@ -43,4 +44,10 @@ void lttng_fixup_procname_tls(void); const char *lttng_ust_obj_get_name(int id); +int lttng_get_notify_socket(void *owner); + +void lttng_ust_sockinfo_session_enabled(void *owner); + +void lttng_ust_malloc_wrapper_init(void); + #endif /* _LTTNG_TRACER_CORE_H */