Page MenuHomeFreeBSD

D36660.diff
No OneTemporary

D36660.diff

diff --git a/sys/compat/linuxkpi/common/include/linux/tracepoint.h b/sys/compat/linuxkpi/common/include/linux/tracepoint.h
--- a/sys/compat/linuxkpi/common/include/linux/tracepoint.h
+++ b/sys/compat/linuxkpi/common/include/linux/tracepoint.h
@@ -37,7 +37,13 @@
#define TP_printk(...)
#define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \
-static void trace_ ## _name(_proto) \
+static inline void trace_ ## _name(_proto) \
+{ \
+}
+
+#define DECLARE_EVENT_CLASS(...)
+#define DEFINE_EVENT(_x, _name, _proto, _args) \
+static inline void trace_ ## _name(_proto) \
{ \
}

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 7, 12:12 AM (16 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17022068
Default Alt Text
D36660.diff (625 B)

Event Timeline