| H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 45 PARAMS(print)); \ 49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument 55 PARAMS(print)); \ 61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 89 assign, print, reg, unreg) \ argument 91 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 95 assign, print, reg, unreg) \ argument 97 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 128 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 140 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 203 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 231 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument 261 DECLARE_EVENT_CLASS(call,proto,args,tstruct,func,print) global() argument 270 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument 277 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) 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 475 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument 507 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument [all...] |