H A D | tracepoint.h | 10 #define DEFINE_EVENT(template, name, proto, args) \ argument 11 static inline void trace_##name(proto) {} \ 14 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 15 static inline void trace_##name(proto) {} 17 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 18 static inline void trace_##name(proto) {} \ 21 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 22 static inline void trace_##name(proto) {} 24 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
|