liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / event-rule / kernel-uprobe.c
index 99c59648173fc6f2064568c845a6dc3acb959d19..805f2bc792551d478eb41de7cc3c0443ac4dc28e 100644 (file)
@@ -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)
This page took 0.023318 seconds and 4 git commands to generate.