Searched refs:data_args (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | tracepoint.h | 206 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \  argument212 				TP_ARGS(data_args),			\
 216 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args)  argument
 231 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \  argument
 238 				TP_ARGS(data_args),			\
 247 		PARAMS(cond), PARAMS(data_proto), PARAMS(data_args))	\
 299 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \  argument
 
 |