| /include/trace/ | 
| D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \  argument 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \  argument 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \  argument 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print)	\  argument 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \  argument 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \  argument 188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \  argument
  | 
| D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)	\  argument 75 #define TRACE_EVENT_FN(name, proto, args, tstruct,			\  argument 81 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct,	\  argument 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument 187 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument 242 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print)	\  argument 258 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument 382 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \  argument 411 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument [all …] 
 | 
| D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print)	\  argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \  argument 40 #define TRACE_EVENT_FN(name, proto, args, tstruct,		\  argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct,		\  argument
  | 
| D | perf.h | 16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument
  | 
| D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print)  argument
  | 
| D | bpf_probe.h | 53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument
  | 
| /include/linux/ | 
| D | tracepoint.h | 594 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)  argument 635 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)  argument
  | 
| D | trace_events.h | 1004 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print)  argument
  |