D | define_trace.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 * define_trace.h, not the file including it. Full path names for out of tree 41 assign, print, reg, unreg) \ argument 42 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args)) 46 assign, print, reg, unreg) \ argument 47 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args)) 60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 61 DEFINE_TRACE_FN(name, reg, unreg, PARAMS(proto), PARAMS(args))
|