X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftracepoint.h;h=6c95ccbd463247ca86b1c8159aa2fc805f5a8914;hb=34f7f1421e4869381acf65d59cb1abb37df440df;hp=11c2b8f3ee242a42d087921c7c49126487594016;hpb=d619cda8578e0d27ce0de14b09c4dc8e8056d534;p=lttng-ust.git diff --git a/src/common/tracepoint.h b/src/common/tracepoint.h index 11c2b8f3..6c95ccbd 100644 --- a/src/common/tracepoint.h +++ b/src/common/tracepoint.h @@ -13,9 +13,9 @@ * These symbols are ABI between liblttng-ust-tracepoint and liblttng-ust, * which is why they are not hidden and not part of the public API. */ -int lttng_ust_tp_probe_register_queue_release(const char *name, +int lttng_ust_tp_probe_register_queue_release(const char *provider_name, const char *event_name, void (*func)(void), void *data, const char *signature); -int lttng_ust_tp_probe_unregister_queue_release(const char *name, +int lttng_ust_tp_probe_unregister_queue_release(const char *provider_name, const char *event_name, void (*func)(void), void *data); void lttng_ust_tp_probe_prune_release_queue(void);