X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-tracer-core.h;h=eadc43edb38df401e460a7dfad8051e20d28e264;hb=8cd08025a83fe1907c6fd04f94c8f9ae362c3da7;hp=abe3ea74ebefb58a3f5ab68f56d8e16195c6ff6f;hpb=f73bcf5eafdc10b2bbb32de0bcef709de0f8f5e5;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-tracer-core.h b/src/lib/lttng-ust/lttng-tracer-core.h index abe3ea74..eadc43ed 100644 --- a/src/lib/lttng-ust/lttng-tracer-core.h +++ b/src/lib/lttng-ust/lttng-tracer-core.h @@ -70,19 +70,6 @@ char* lttng_ust_sockinfo_get_procname(void *owner) void lttng_ust_sockinfo_session_enabled(void *owner) __attribute__((visibility("hidden"))); -size_t lttng_ust_dummy_get_size(void *priv, struct lttng_ust_probe_ctx *probe_ctx, - size_t offset) - __attribute__((visibility("hidden"))); - -void lttng_ust_dummy_record(void *priv, struct lttng_ust_probe_ctx *probe_ctx, - struct lttng_ust_ring_buffer_ctx *ctx, - struct lttng_ust_channel_buffer *chan) - __attribute__((visibility("hidden"))); - -void lttng_ust_dummy_get_value(void *priv, struct lttng_ust_probe_ctx *probe_ctx, - struct lttng_ust_ctx_value *value) - __attribute__((visibility("hidden"))); - void lttng_event_notifier_notification_send( const struct lttng_ust_event_notifier *event_notifier, const char *stack_data, @@ -90,15 +77,6 @@ void lttng_event_notifier_notification_send( struct lttng_ust_notification_ctx *notif_ctx) __attribute__((visibility("hidden"))); -struct lttng_counter_transport *lttng_counter_transport_find(const char *name) - __attribute__((visibility("hidden"))); - -void lttng_counter_transport_register(struct lttng_counter_transport *transport) - __attribute__((visibility("hidden"))); - -void lttng_counter_transport_unregister(struct lttng_counter_transport *transport) - __attribute__((visibility("hidden"))); - #ifdef HAVE_LINUX_PERF_EVENT_H void lttng_ust_perf_counter_alloc_tls(void) __attribute__((visibility("hidden")));