Rename uprobe to userspace-probe
[lttng-tools.git] / include / lttng / event-rule / uprobe-internal.h
index 6d4b10661ea47c08dec89e6ca205e2d1b944c42d..41d42eb763fe128986e1bdf2ab48075fc080471d 100644 (file)
@@ -5,21 +5,21 @@
  *
  */
 
-#ifndef LTTNG_EVENT_RULE_UPROBE_INTERNAL_H
-#define LTTNG_EVENT_RULE_UPROBE_INTERNAL_H
+#ifndef LTTNG_EVENT_RULE_USERSPACE_PROBE_INTERNAL_H
+#define LTTNG_EVENT_RULE_USERSPACE_PROBE_INTERNAL_H
 
 #include <common/payload-view.h>
 #include <common/macros.h>
 #include <lttng/event-rule/event-rule-internal.h>
 #include <lttng/event-rule/uprobe.h>
 
-struct lttng_event_rule_uprobe {
+struct lttng_event_rule_userspace_probe {
        struct lttng_event_rule parent;
        char *name;
        struct lttng_userspace_probe_location *location;
 };
 
-struct lttng_event_rule_uprobe_comm {
+struct lttng_event_rule_userspace_probe_comm {
        /* Includes terminator `\0`. */
        uint32_t name_len;
        /* Includes terminator `\0`. */
@@ -33,13 +33,13 @@ struct lttng_event_rule_uprobe_comm {
 } LTTNG_PACKED;
 
 LTTNG_HIDDEN
-ssize_t lttng_event_rule_uprobe_create_from_payload(
+ssize_t lttng_event_rule_userspace_probe_create_from_payload(
                struct lttng_payload_view *view,
                struct lttng_event_rule **rule);
 
 LTTNG_HIDDEN
 struct lttng_userspace_probe_location *
-lttng_event_rule_uprobe_get_location_mutable(
+lttng_event_rule_userspace_probe_get_location_mutable(
                const struct lttng_event_rule *rule);
 
-#endif /* LTTNG_EVENT_RULE_UPROBE_INTERNAL_H */
+#endif /* LTTNG_EVENT_RULE_USERSPACE_PROBE_INTERNAL_H */
This page took 0.040334 seconds and 4 git commands to generate.