Lines Matching full:reason
59 * @reason: string identifying the IPI purpose
61 * It is necessary for @reason to be a static string declared with
66 TP_PROTO(const struct cpumask *mask, const char *reason),
68 TP_ARGS(mask, reason),
72 __field(const char *, reason)
77 __entry->reason = reason;
80 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason)
85 TP_PROTO(const char *reason),
87 TP_ARGS(reason),
90 __field(const char *, reason)
94 __entry->reason = reason;
97 TP_printk("(%s)", __entry->reason)
103 * @reason: string identifying the IPI purpose
105 * It is necessary for @reason to be a static string declared with
111 TP_PROTO(const char *reason),
113 TP_ARGS(reason)
119 * @reason: string identifying the IPI purpose
121 * It is necessary for @reason to be a static string declared with
127 TP_PROTO(const char *reason),
129 TP_ARGS(reason)