X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=4b68836710fea6a1bdd3ad04ff9f2fd88240bbab;hp=942622fabc6a0c91a785156a70a7e7d95d4bb9b9;hb=0dba22ad99622d5f51796f0c4f26e1bf8e57b67a;hpb=cb9a4b672cb5d549b19f8937a4bb16b57aa9cb94 diff --git a/include/lttng/events.h b/include/lttng/events.h index 942622fa..4b688367 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -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. */