Lines Matching full:assign
137 * To assign a string, use the helper macro __assign_str().
157 * To assign the string, use the helper macro __assign_vstr().
177 * To assign this string, use the helper macro __assign_str().
201 * To assign a bitmask, use the __assign_bitmask() helper macro.
212 * To assign a cpumask, use the __assign_cpumask() helper macro.
244 * Note, that for both the assign and the printk, __entry is the handler
391 * TRACE_EVENT(name, proto, args, struct, assign, printk)
395 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk)
438 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg)
475 * directory, hook it to perf, assign the values and to print out
478 * for the proto, args, struct, assign and printk, and only the name
489 * #define TRACE_EVENT(name, proto, args, tstruct, assign, printk) \
490 * DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \