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
398 * TRACE_EVENT(name, proto, args, struct, assign, printk)
402 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk)
445 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg)
482 * directory, hook it to perf, assign the values and to print out
485 * for the proto, args, struct, assign and printk, and only the name
496 * #define TRACE_EVENT(name, proto, args, tstruct, assign, printk) \
497 * DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \