Lines Matching +full:power +full:- +full:domains
2 #define TRACE_SYSTEM power
22 __entry->state = state;
23 __entry->cpu_id = cpu_id;
26 TP_printk("state=%lu cpu_id=%lu", (unsigned long)__entry->state,
27 (unsigned long)__entry->cpu_id)
41 #define PWR_EVENT_EXIT -1
62 __entry->state = state;
65 TP_printk("state=%lu", (unsigned long)__entry->state)
72 * The power events are used for cpuidle & suspend (power_start, power_end)
75 DECLARE_EVENT_CLASS(power,
88 __entry->type = type;
89 __entry->state = state;
90 __entry->cpu_id = cpu_id;
93 TP_printk("type=%lu state=%lu cpu_id=%lu", (unsigned long)__entry->type,
94 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
97 DEFINE_EVENT(power, power_start,
104 DEFINE_EVENT(power, power_frequency,
122 __entry->cpu_id = cpu_id;
125 TP_printk("cpu_id=%lu", (unsigned long)__entry->cpu_id)
129 /* Deprecated dummy functions must be protected against multi-declartion */
177 __entry->state = state;
178 __entry->cpu_id = cpu_id;
182 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
207 * The power domain events are used for power domains transitions
223 __entry->state = state;
224 __entry->cpu_id = cpu_id;
228 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)