Remove duplicate provider name checks
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index e7f549e0cede664c7038f92b7bc5b29a50951d51..ba232f32acf5dc20067a41d15b496653ca1ee1a8 100644 (file)
 struct lttng_session;
 struct lttng_channel;
 struct lttng_event;
+struct lttng_ctx_field;
+struct lttng_ust_lib_ring_buffer_ctx;
+struct lttng_ctx_value;
 
-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);
@@ -45,7 +49,19 @@ const char *lttng_ust_obj_get_name(int id);
 
 int lttng_get_notify_socket(void *owner);
 
-void lttng_ust_sockinfo_session_enabled(void *owner,
-               struct lttng_session *session_enabled);
+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.026428 seconds and 4 git commands to generate.