X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fevent-rule%2Fkernel-uprobe.c;fp=src%2Fcommon%2Fevent-rule%2Fkernel-uprobe.c;h=805f2bc792551d478eb41de7cc3c0443ac4dc28e;hp=99c59648173fc6f2064568c845a6dc3acb959d19;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hpb=a4705d55c62276cb913c64832f383e27aa72668b diff --git a/src/common/event-rule/kernel-uprobe.c b/src/common/event-rule/kernel-uprobe.c index 99c596481..805f2bc79 100644 --- a/src/common/event-rule/kernel-uprobe.c +++ b/src/common/event-rule/kernel-uprobe.c @@ -307,7 +307,6 @@ end: return rule; } -LTTNG_HIDDEN ssize_t lttng_event_rule_kernel_uprobe_create_from_payload( struct lttng_payload_view *view, struct lttng_event_rule **_event_rule) @@ -430,7 +429,6 @@ end: return status; } -LTTNG_HIDDEN struct lttng_userspace_probe_location * lttng_event_rule_kernel_uprobe_get_location_mutable( const struct lttng_event_rule *rule)