Lines Matching refs:__entry

26 		__entry->state = state;
27 __entry->cpu_id = cpu_id;
30 TP_printk("state=%lu cpu_id=%lu", (unsigned long)__entry->state,
31 (unsigned long)__entry->cpu_id)
75 __entry->core_busy = core_busy;
76 __entry->scaled_busy = scaled_busy;
77 __entry->from = from;
78 __entry->to = to;
79 __entry->mperf = mperf;
80 __entry->aperf = aperf;
81 __entry->tsc = tsc;
82 __entry->freq = freq;
86 (unsigned long)__entry->core_busy,
87 (unsigned long)__entry->scaled_busy,
88 (unsigned long)__entry->from,
89 (unsigned long)__entry->to,
90 (unsigned long long)__entry->mperf,
91 (unsigned long long)__entry->aperf,
92 (unsigned long long)__entry->tsc,
93 (unsigned long)__entry->freq
143 __entry->event = event;
148 pm_verb_symbolic(__entry->event))
166 __entry->error = error;
170 __get_str(driver), __get_str(device), __entry->error)
186 __entry->action = action;
187 __entry->val = val;
188 __entry->start = start;
191 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
192 (__entry->start)?"begin":"end")
208 __entry->state = state;
212 (unsigned long)__entry->state)
247 __entry->state = state;
248 __entry->cpu_id = cpu_id;
252 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
293 __entry->state = state;
294 __entry->cpu_id = cpu_id;
298 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
323 __entry->pm_qos_class = pm_qos_class;
324 __entry->value = value;
328 __print_symbolic(__entry->pm_qos_class,
332 __entry->value)
369 __entry->pm_qos_class = pm_qos_class;
370 __entry->value = value;
371 __entry->timeout_us = timeout_us;
375 __print_symbolic(__entry->pm_qos_class,
379 __entry->value, __entry->timeout_us)
395 __entry->action = action;
396 __entry->prev_value = prev_value;
397 __entry->curr_value = curr_value;
401 __print_symbolic(__entry->action,
405 __entry->prev_value, __entry->curr_value)
422 __print_symbolic(__entry->action,
426 __entry->prev_value, __entry->curr_value)
444 __entry->type = type;
445 __entry->new_value = new_value;
450 __print_symbolic(__entry->type,
453 __entry->new_value)