X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=2a5656b5ba404cdf523b5740af301793f05338bd;hb=48205d6057735bebb9e9fb87781bb17614782200;hp=1db8e585f1f5d86dac05f7f75b17ba8c723e1ec5;hpb=4bc738c1febc4653365b91f658093a6795ff79a9;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 1db8e585..2a5656b5 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -523,8 +523,6 @@ void synchronize_trace(void); int lttng_probe_register(struct lttng_probe_desc *desc); void lttng_probe_unregister(struct lttng_probe_desc *desc); int lttng_fix_pending_event_desc(const struct lttng_event_desc *desc); -const struct lttng_event_desc *lttng_event_get(const char *name); -void lttng_event_put(const struct lttng_event_desc *desc); int lttng_probes_init(void); void lttng_probes_exit(void); int lttng_find_context(struct lttng_ctx *ctx, const char *name);