X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fevent-rule%2Fkprobe-internal.h;h=3799af955a78184633bc22326c1f0f6f70364cde;hp=7d2ecc8ccb6b8b5f99d7e5627a32cde4c07fdaa6;hb=f27911615bc5907d61d8ea236da974090bd85d24;hpb=26e2f47b20625f4d31a8a3632720bb312fd98c27 diff --git a/include/lttng/event-rule/kprobe-internal.h b/include/lttng/event-rule/kprobe-internal.h index 7d2ecc8cc..3799af955 100644 --- a/include/lttng/event-rule/kprobe-internal.h +++ b/include/lttng/event-rule/kprobe-internal.h @@ -5,21 +5,21 @@ * */ -#ifndef LTTNG_EVENT_RULE_KPROBE_INTERNAL_H -#define LTTNG_EVENT_RULE_KPROBE_INTERNAL_H +#ifndef LTTNG_EVENT_RULE_KERNEL_PROBE_INTERNAL_H +#define LTTNG_EVENT_RULE_KERNEL_PROBE_INTERNAL_H #include #include #include #include -struct lttng_event_rule_kprobe { +struct lttng_event_rule_kernel_probe { struct lttng_event_rule parent; char *name; struct lttng_kernel_probe_location *location; }; -struct lttng_event_rule_kprobe_comm { +struct lttng_event_rule_kernel_probe_comm { /* Includes terminator `\0`. */ uint32_t name_len; uint32_t location_len; @@ -32,8 +32,8 @@ struct lttng_event_rule_kprobe_comm { } LTTNG_PACKED; LTTNG_HIDDEN -ssize_t lttng_event_rule_kprobe_create_from_payload( +ssize_t lttng_event_rule_kernel_probe_create_from_payload( struct lttng_payload_view *payload, struct lttng_event_rule **rule); -#endif /* LTTNG_EVENT_RULE_KPROBE_INTERNAL_H */ +#endif /* LTTNG_EVENT_RULE_KERNEL_PROBE_INTERNAL_H */