X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-rule%2Fuprobe-internal.h;h=41d42eb763fe128986e1bdf2ab48075fc080471d;hp=6d4b10661ea47c08dec89e6ca205e2d1b944c42d;hb=1f1567a534b09badcbe6f6c10a4693e9fddb62dc;hpb=a3c516531ffff69b8d5f6564c8e4d00b4f18e7da diff --git a/include/lttng/event-rule/uprobe-internal.h b/include/lttng/event-rule/uprobe-internal.h index 6d4b10661..41d42eb76 100644 --- a/include/lttng/event-rule/uprobe-internal.h +++ b/include/lttng/event-rule/uprobe-internal.h @@ -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 #include #include #include -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 */