Lines Matching defs:name
108 #define __TRACEPOINT_ENTRY(name) \ argument
119 #define __TRACEPOINT_ENTRY(name) \ argument
208 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
218 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument
233 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
284 #define DEFINE_TRACE_FN(name, reg, unreg) \ argument
292 #define DEFINE_TRACE(name) \ argument
295 #define EXPORT_TRACEPOINT_SYMBOL_GPL(name) \ argument
297 #define EXPORT_TRACEPOINT_SYMBOL(name) \ argument
301 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
327 #define DEFINE_TRACE_FN(name, reg, unreg) argument
328 #define DEFINE_TRACE(name) argument
329 #define EXPORT_TRACEPOINT_SYMBOL_GPL(name) argument
330 #define EXPORT_TRACEPOINT_SYMBOL(name) argument
392 #define DECLARE_TRACE_NOARGS(name) \ argument
397 #define DECLARE_TRACE(name, proto, args) \ argument
403 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument
521 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
522 #define DEFINE_EVENT(template, name, proto, args) \ argument
524 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\ argument
526 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
528 #define DEFINE_EVENT_CONDITION(template, name, proto, \ argument
533 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
535 #define TRACE_EVENT_FN(name, proto, args, struct, \ argument
538 #define TRACE_EVENT_FN_COND(name, proto, args, cond, struct, \ argument
542 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument