Cleanup: always use sysconf to get the page size
[lttng-tools.git] / src / bin / lttng / uprobe.c
index 6af20bbdee0e6836a5bd668058345898390d6f3a..2a2890184d766c2279b36fccfcc7372f20472fd0 100644 (file)
@@ -195,7 +195,6 @@ error:
  * Set the userspace probe fields in the lttng_event struct and set the
  * target_path to the path to the binary.
  */
-LTTNG_HIDDEN
 int parse_userspace_probe_opts(const char *opt,
                struct lttng_userspace_probe_location **probe_location)
 {
@@ -209,7 +208,7 @@ int parse_userspace_probe_opts(const char *opt,
        struct lttng_userspace_probe_location_lookup_method *lookup_method = NULL;
        struct lttng_dynamic_pointer_array tokens;
 
-       assert(opt);
+       LTTNG_ASSERT(opt);
 
        /*
         * userspace probe fields are separated by ':'.
This page took 0.023604 seconds and 4 git commands to generate.