| H A D | trace_events.h | 8 * struct trace_event_raw_<call> { 114 * struct trace_event_data_offsets_<call> { 128 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 129 struct trace_event_data_offsets_##call { \ 157 * trace_raw_output_<call>(struct trace_iterator *iter, int flags) 160 * struct trace_event_raw_<call> *field; <-- defined in stage 1 169 * if (entry->type != event_<call>->event.type) { 177 * return trace_output_call(iter, <call>, <TP_printk> "\n"); 203 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 205 trace_raw_output_##call(struc 231 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument 261 DECLARE_EVENT_CLASS(call,proto,args,tstruct,func,print) global() argument 277 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 388 _TRACE_PERF_PROTO(call,proto) global() argument 392 _TRACE_PERF_INIT(call) global() argument 396 _TRACE_PERF_PROTO(call,proto) global() argument 397 _TRACE_PERF_INIT(call) global() argument 404 __DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 433 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 443 DECLARE_EVENT_SYSCALL_CLASS(call,proto,args,tstruct,assign,print) global() argument 462 DEFINE_EVENT(template,call,proto,args) global() argument 475 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 492 DEFINE_EVENT(template,call,proto,args) global() argument 507 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument [all...] |