diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tracepoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 3bcc3e171443..6b4f1bb3701e 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
| @@ -160,4 +160,7 @@ static inline void tracepoint_synchronize_unregister(void) | |||
| 160 | #define TRACE_EVENT_FORMAT(name, proto, args, fmt, struct, tpfmt) \ | 160 | #define TRACE_EVENT_FORMAT(name, proto, args, fmt, struct, tpfmt) \ |
| 161 | TRACE_FORMAT(name, PARAMS(proto), PARAMS(args), PARAMS(fmt)) | 161 | TRACE_FORMAT(name, PARAMS(proto), PARAMS(args), PARAMS(fmt)) |
| 162 | 162 | ||
| 163 | #define TRACE_EVENT(name, proto, args, struct, print, assign) \ | ||
| 164 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | ||
| 165 | |||
| 163 | #endif | 166 | #endif |
