Fix: perform TLS fixup in all UST entry points from each thread
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 4e0d2c69d70f2510811a80432e22ab2a43e79a3b..ba232f32acf5dc20067a41d15b496653ca1ee1a8 100644 (file)
@@ -33,6 +33,9 @@
 struct lttng_session;
 struct lttng_channel;
 struct lttng_event;
+struct lttng_ctx_field;
+struct lttng_ust_lib_ring_buffer_ctx;
+struct lttng_ctx_value;
 
 int ust_lock(void) __attribute__ ((warn_unused_result));
 void ust_lock_nocheck(void);
@@ -50,4 +53,15 @@ void lttng_ust_sockinfo_session_enabled(void *owner);
 
 void lttng_ust_malloc_wrapper_init(void);
 
+ssize_t lttng_ust_read(int fd, void *buf, size_t len);
+
+size_t lttng_ust_dummy_get_size(struct lttng_ctx_field *field, size_t offset);
+void lttng_ust_dummy_record(struct lttng_ctx_field *field,
+                struct lttng_ust_lib_ring_buffer_ctx *ctx,
+                struct lttng_channel *chan);
+void lttng_ust_dummy_get_value(struct lttng_ctx_field *field,
+               struct lttng_ctx_value *value);
+int lttng_context_is_app(const char *name);
+void lttng_ust_fixup_tls(void);
+
 #endif /* _LTTNG_TRACER_CORE_H */
This page took 0.022952 seconds and 4 git commands to generate.