liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / kernel-probe.c
index 7d5006af4cc7bd450cb6b4001c5374a83ee93383..42f42f641010b185b13fc0622b5a811b04b460de 100644 (file)
@@ -338,7 +338,6 @@ end:
        return ret;
 }
 
-LTTNG_HIDDEN
 int lttng_kernel_probe_location_serialize(
                const struct lttng_kernel_probe_location *location,
                struct lttng_payload *payload)
@@ -452,7 +451,6 @@ end:
        return ret;
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_kernel_probe_location_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_kernel_probe_location **location)
@@ -598,7 +596,6 @@ end:
        return is_equal;
 }
 
-LTTNG_HIDDEN
 bool lttng_kernel_probe_location_is_equal(
                const struct lttng_kernel_probe_location *a,
                const struct lttng_kernel_probe_location *b)
@@ -695,7 +692,6 @@ end:
        return new_location;
 }
 
-LTTNG_HIDDEN
 struct lttng_kernel_probe_location *lttng_kernel_probe_location_copy(
                const struct lttng_kernel_probe_location *location)
 {
@@ -730,7 +726,6 @@ err:
        return new_location;
 }
 
-LTTNG_HIDDEN
 unsigned long lttng_kernel_probe_location_hash(
        const struct lttng_kernel_probe_location *location)
 {
@@ -845,7 +840,6 @@ end:
        return ret_code;
 }
 
-LTTNG_HIDDEN
 enum lttng_error_code lttng_kernel_probe_location_mi_serialize(
                const struct lttng_kernel_probe_location *location,
                struct mi_writer *writer)
This page took 0.02368 seconds and 4 git commands to generate.