Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111611362
D36660.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
625 B
Referenced Files
None
Subscribers
None
D36660.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D36660: LinuxKPI: tracepoint.h add more defines
Attached
Detach File
Event Timeline
Log In to Comment