Lines Matching full:assign
137 * To assign a string, use the helper macro __assign_str().
156 * To assign the string, use the helper macro __assign_vstr().
177 * To assign this string, use the helper macro __assign_str_len().
199 * To assign a bitmask, use the __assign_bitmask() helper macro.
210 * To assign a cpumask, use the __assign_cpumask() helper macro.
242 * Note, that for both the assign and the printk, __entry is the handler
386 * TRACE_EVENT(name, proto, args, struct, assign, printk)
390 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk)
433 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg)
470 * directory, hook it to perf, assign the values and to print out
473 * for the proto, args, struct, assign and printk, and only the name
484 * #define TRACE_EVENT(name, proto, args, tstruct, assign, printk) \
485 * DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \