Lines Matching +full:max +full:- +full:reason

1 /* SPDX-License-Identifier: GPL-2.0 */
28 __entry->state = state;
29 __entry->cpu_id = cpu_id;
32 TP_printk("state=%lu cpu_id=%lu", (unsigned long)__entry->state,
33 (unsigned long)__entry->cpu_id)
56 __entry->cpu_id = cpu_id;
57 __entry->state = state;
58 __entry->below = below;
61 TP_printk("cpu_id=%lu state=%lu type=%s", (unsigned long)__entry->cpu_id,
62 (unsigned long)__entry->state, (__entry->below)?"below":"above")
78 __entry->cpu_id = cpu_id;
79 __entry->state = state;
80 __entry->s2idle = s2idle;
84 (unsigned long)__entry->cpu_id, (unsigned long)__entry->state,
85 (__entry->s2idle)?"yes":"no")
104 TP_PROTO(int chip_id, const char *reason, int pmax),
106 TP_ARGS(chip_id, reason, pmax),
110 __string(reason, reason)
115 __entry->chip_id = chip_id;
116 __assign_str(reason);
117 __entry->pmax = pmax;
120 TP_printk("Chip %d Pmax %d %s", __entry->chip_id,
121 __entry->pmax, __get_str(reason))
161 __entry->core_busy = core_busy;
162 __entry->scaled_busy = scaled_busy;
163 __entry->from = from;
164 __entry->to = to;
165 __entry->mperf = mperf;
166 __entry->aperf = aperf;
167 __entry->tsc = tsc;
168 __entry->freq = freq;
169 __entry->io_boost = io_boost;
173 (unsigned long)__entry->core_busy,
174 (unsigned long)__entry->scaled_busy,
175 (unsigned long)__entry->from,
176 (unsigned long)__entry->to,
177 (unsigned long long)__entry->mperf,
178 (unsigned long long)__entry->aperf,
179 (unsigned long long)__entry->tsc,
180 (unsigned long)__entry->freq,
181 (unsigned long)__entry->io_boost
190 #define PWR_EVENT_EXIT -1
224 __entry->min_freq = policy->min;
225 __entry->max_freq = policy->max;
226 __entry->cpu_id = policy->cpu;
229 TP_printk("min=%lu max=%lu cpu_id=%lu",
230 (unsigned long)__entry->min_freq,
231 (unsigned long)__entry->max_freq,
232 (unsigned long)__entry->cpu_id)
244 __string(parent, dev->parent ? dev_name(dev->parent) : "none")
254 __entry->event = event;
259 pm_verb_symbolic(__entry->event))
277 __entry->error = error;
281 __get_str(driver), __get_str(device), __entry->error)
297 __entry->action = action;
298 __entry->val = val;
299 __entry->start = start;
302 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
303 (__entry->start)?"begin":"end")
319 __entry->state = state;
323 (unsigned long)__entry->state)
358 __entry->state = state;
359 __entry->cpu_id = cpu_id;
363 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
404 __entry->state = state;
405 __entry->cpu_id = cpu_id;
409 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
433 __entry->value = value;
437 __entry->value)
477 __entry->action = action;
478 __entry->prev_value = prev_value;
479 __entry->curr_value = curr_value;
483 __print_symbolic(__entry->action,
487 __entry->prev_value, __entry->curr_value)
504 __print_symbolic(__entry->action,
508 __entry->prev_value, __entry->curr_value)
526 __entry->type = type;
527 __entry->new_value = new_value;
532 __print_symbolic(__entry->type,
535 __entry->new_value)
575 __entry->grow = grow;
576 __entry->new = new;
577 __entry->old = old;
581 __entry->new,
582 __entry->grow ? "grow" : "shrink",
583 __entry->old)