Lines Matching full:assign
137 * To assign a string, use the helper macro __assign_str().
156 * To assign this string, use the helper macro __assign_str_len().
178 * To assign a bitmask, use the __assign_bitmask() helper macro.
209 * Note, that for both the assign and the printk, __entry is the handler
347 * TRACE_EVENT(name, proto, args, struct, assign, printk)
351 * TRACE_EVENT_CONDITION(name, proto, args, cond, struct, assign, printk)
394 * TRACE_EVENT_FN( name, proto, args, struct, assign, printk, reg, unreg)
431 * directory, hook it to perf, assign the values and to print out
434 * for the proto, args, struct, assign and printk, and only the name
445 * #define TRACE_EVENT(name, proto, args, tstruct, assign, printk) \
446 * DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, printk); \