Move and hide new 'lttng_counter_transport_*' private symbols
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index f464d87a6e10eeee486812fad52cae6dbb821ac5..6531da40f5032975d2dafa1bff8909c185683ad0 100644 (file)
@@ -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);
@@ -55,6 +56,7 @@ void lttng_fixup_procname_tls(void);
 void lttng_fixup_cgroup_ns_tls(void);
 void lttng_fixup_ipc_ns_tls(void);
 void lttng_fixup_net_ns_tls(void);
+LTTNG_HIDDEN
 void lttng_fixup_time_ns_tls(void);
 void lttng_fixup_uts_ns_tls(void);
 
@@ -89,6 +91,13 @@ void lttng_event_notifier_notification_send(
                struct lttng_event_notifier *event_notifier,
                const char *stack_data);
 
+LTTNG_HIDDEN
+struct lttng_counter_transport *lttng_counter_transport_find(const char *name);
+LTTNG_HIDDEN
+void lttng_counter_transport_register(struct lttng_counter_transport *transport);
+LTTNG_HIDDEN
+void lttng_counter_transport_unregister(struct lttng_counter_transport *transport);
+
 #ifdef LTTNG_UST_HAVE_PERF_EVENT
 void lttng_ust_fixup_perf_counter_tls(void);
 void lttng_perf_lock(void);
This page took 0.023121 seconds and 4 git commands to generate.