Move kprobes, uprobes, kretprobes, syscall structures to internal header
[lttng-modules.git] / include / lttng / events.h
index 942622fabc6a0c91a785156a70a7e7d95d4bb9b9..4b68836710fea6a1bdd3ad04ff9f2fd88240bbab 100644 (file)
@@ -316,35 +316,6 @@ struct lttng_kernel_probe_desc {
        int lazy;                               /* lazy registration */
 };
 
-struct lttng_krp;                              /* Kretprobe handling */
-
-struct lttng_uprobe_handler {
-       struct lttng_kernel_event_common *event;
-       loff_t offset;
-       struct uprobe_consumer up_consumer;
-       struct list_head node;
-};
-
-struct lttng_kprobe {
-       struct kprobe kp;
-       char *symbol_name;
-};
-
-struct lttng_uprobe {
-       struct inode *inode;
-       struct list_head head;
-};
-
-enum lttng_syscall_entryexit {
-       LTTNG_SYSCALL_ENTRY,
-       LTTNG_SYSCALL_EXIT,
-};
-
-enum lttng_syscall_abi {
-       LTTNG_SYSCALL_ABI_NATIVE,
-       LTTNG_SYSCALL_ABI_COMPAT,
-};
-
 /*
  * Result of the run_filter() callback.
  */
This page took 0.022844 seconds and 4 git commands to generate.