Searched refs:data_args (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/linux/ |
D | tracepoint.h | 168 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 174 TP_ARGS(data_args), \ 180 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 195 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 202 TP_ARGS(data_args), \ 211 PARAMS(cond), PARAMS(data_proto), PARAMS(data_args)) \ 265 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument
|