Home
last modified time | relevance | path

Searched refs:data_args (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dtracepoint.h208 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument
214 TP_ARGS(data_args), \
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
240 TP_ARGS(data_args), \
249 PARAMS(cond), PARAMS(data_proto), PARAMS(data_args)) \
301 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument