X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-rule%2Fkernel-uprobe-internal.h;fp=include%2Flttng%2Fevent-rule%2Fkernel-uprobe-internal.h;h=d8ce5579338bda532f3b0f6c37c2b97b4e8631f5;hp=e14dc431a7488bcf32d675c0a7b0987804dc7beb;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hpb=a4705d55c62276cb913c64832f383e27aa72668b diff --git a/include/lttng/event-rule/kernel-uprobe-internal.h b/include/lttng/event-rule/kernel-uprobe-internal.h index e14dc431a..d8ce55793 100644 --- a/include/lttng/event-rule/kernel-uprobe-internal.h +++ b/include/lttng/event-rule/kernel-uprobe-internal.h @@ -32,12 +32,10 @@ struct lttng_event_rule_kernel_uprobe_comm { char payload[]; } LTTNG_PACKED; -LTTNG_HIDDEN ssize_t lttng_event_rule_kernel_uprobe_create_from_payload( struct lttng_payload_view *view, struct lttng_event_rule **rule); -LTTNG_HIDDEN struct lttng_userspace_probe_location * lttng_event_rule_kernel_uprobe_get_location_mutable( const struct lttng_event_rule *rule);