Rename kprobe to kernel_probe
[lttng-tools.git] / include / lttng / event-rule / kprobe-internal.h
index 7d2ecc8ccb6b8b5f99d7e5627a32cde4c07fdaa6..3799af955a78184633bc22326c1f0f6f70364cde 100644 (file)
@@ -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 <common/payload-view.h>
 #include <common/macros.h>
 #include <lttng/event-rule/event-rule-internal.h>
 #include <lttng/event-rule/kprobe.h>
 
-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 */
This page took 0.023859 seconds and 5 git commands to generate.