Lines Matching full:reason
14 * @reason: string identifying the IPI purpose
16 * It is necessary for @reason to be a static string declared with
21 TP_PROTO(const struct cpumask *mask, const char *reason),
23 TP_ARGS(mask, reason),
27 __field(const char *, reason)
32 __entry->reason = reason;
35 TP_printk("target_mask=%s (%s)", __get_bitmask(target_cpus), __entry->reason)
40 TP_PROTO(const char *reason),
42 TP_ARGS(reason),
45 __field(const char *, reason)
49 __entry->reason = reason;
52 TP_printk("(%s)", __entry->reason)
58 * @reason: string identifying the IPI purpose
60 * It is necessary for @reason to be a static string declared with
66 TP_PROTO(const char *reason),
68 TP_ARGS(reason)
74 * @reason: string identifying the IPI purpose
76 * It is necessary for @reason to be a static string declared with
82 TP_PROTO(const char *reason),
84 TP_ARGS(reason)