Searched refs:data_args (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/linux/ |
D | tracepoint.h | 218 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 224 TP_ARGS(data_args), \ 228 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 242 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 249 TP_ARGS(data_args), \ 256 PARAMS(cond), PARAMS(data_proto), PARAMS(data_args)) \ 308 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
|