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)
45 TP_PROTO(int chip_id, const char *reason, int pmax),
47 TP_ARGS(chip_id, reason, pmax),
51 __string(reason, reason)
56 __entry->chip_id = chip_id;
57 __assign_str(reason, reason);
58 __entry->pmax = pmax;
61 TP_printk("Chip %d Pmax %d %s", __entry->chip_id,
62 __entry->pmax, __get_str(reason))
102 __entry->core_busy = core_busy;
103 __entry->scaled_busy = scaled_busy;
104 __entry->from = from;
105 __entry->to = to;
106 __entry->mperf = mperf;
107 __entry->aperf = aperf;
108 __entry->tsc = tsc;
109 __entry->freq = freq;
110 __entry->io_boost = io_boost;
114 (unsigned long)__entry->core_busy,
115 (unsigned long)__entry->scaled_busy,
116 (unsigned long)__entry->from,
117 (unsigned long)__entry->to,
118 (unsigned long long)__entry->mperf,
119 (unsigned long long)__entry->aperf,
120 (unsigned long long)__entry->tsc,
121 (unsigned long)__entry->freq,
122 (unsigned long)__entry->io_boost
131 #define PWR_EVENT_EXIT -1
165 __entry->min_freq = policy->min;
166 __entry->max_freq = policy->max;
167 __entry->cpu_id = policy->cpu;
170 TP_printk("min=%lu max=%lu cpu_id=%lu",
171 (unsigned long)__entry->min_freq,
172 (unsigned long)__entry->max_freq,
173 (unsigned long)__entry->cpu_id)
185 __string(parent, dev->parent ? dev_name(dev->parent) : "none")
194 dev->parent ? dev_name(dev->parent) : "none");
196 __entry->event = event;
201 pm_verb_symbolic(__entry->event))
219 __entry->error = error;
223 __get_str(driver), __get_str(device), __entry->error)
239 __entry->action = action;
240 __entry->val = val;
241 __entry->start = start;
244 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
245 (__entry->start)?"begin":"end")
261 __entry->state = state;
265 (unsigned long)__entry->state)
300 __entry->state = state;
301 __entry->cpu_id = cpu_id;
305 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
346 __entry->state = state;
347 __entry->cpu_id = cpu_id;
351 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
375 __entry->value = value;
379 __entry->value)
419 __entry->action = action;
420 __entry->prev_value = prev_value;
421 __entry->curr_value = curr_value;
425 __print_symbolic(__entry->action,
429 __entry->prev_value, __entry->curr_value)
446 __print_symbolic(__entry->action,
450 __entry->prev_value, __entry->curr_value)
468 __entry->type = type;
469 __entry->new_value = new_value;
474 __print_symbolic(__entry->type,
477 __entry->new_value)