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)
70 __entry->core_busy = core_busy;
71 __entry->scaled_busy = scaled_busy;
72 __entry->state = state;
73 __entry->mperf = mperf;
74 __entry->aperf = aperf;
75 __entry->freq = freq;
79 (unsigned long)__entry->core_busy,
80 (unsigned long)__entry->scaled_busy,
81 (unsigned long)__entry->state,
82 (unsigned long long)__entry->mperf,
83 (unsigned long long)__entry->aperf,
84 (unsigned long)__entry->freq
134 __entry->event = event;
139 pm_verb_symbolic(__entry->event))
157 __entry->error = error;
161 __get_str(driver), __get_str(device), __entry->error)
177 __entry->action = action;
178 __entry->val = val;
179 __entry->start = start;
182 TP_printk("%s[%u] %s", __entry->action, (unsigned int)__entry->val,
183 (__entry->start)?"begin":"end")
199 __entry->state = state;
203 (unsigned long)__entry->state)
238 __entry->state = state;
239 __entry->cpu_id = cpu_id;
243 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
284 __entry->state = state;
285 __entry->cpu_id = cpu_id;
289 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
314 __entry->pm_qos_class = pm_qos_class;
315 __entry->value = value;
319 __print_symbolic(__entry->pm_qos_class,
323 __entry->value)
360 __entry->pm_qos_class = pm_qos_class;
361 __entry->value = value;
362 __entry->timeout_us = timeout_us;
366 __print_symbolic(__entry->pm_qos_class,
370 __entry->value, __entry->timeout_us)
386 __entry->action = action;
387 __entry->prev_value = prev_value;
388 __entry->curr_value = curr_value;
392 __print_symbolic(__entry->action,
396 __entry->prev_value, __entry->curr_value)
413 __print_symbolic(__entry->action,
417 __entry->prev_value, __entry->curr_value)
435 __entry->type = type;
436 __entry->new_value = new_value;
441 __print_symbolic(__entry->type,
444 __entry->new_value)