Lines Matching refs:state
18 TP_PROTO(unsigned int state, unsigned int cpu_id),
20 TP_ARGS(state, cpu_id),
23 __field( u32, state )
28 __entry->state = state;
32 TP_printk("state=%lu cpu_id=%lu", (unsigned long)__entry->state,
38 TP_PROTO(unsigned int state, unsigned int cpu_id),
40 TP_ARGS(state, cpu_id)
45 TP_PROTO(unsigned int cpu_id, unsigned int state, bool below),
47 TP_ARGS(cpu_id, state, below),
51 __field(u32, state)
57 __entry->state = state;
62 (unsigned long)__entry->state, (__entry->below)?"below":"above")
68 TP_PROTO(unsigned int cpu_id, unsigned int state, bool s2idle),
70 TP_ARGS(cpu_id, state, s2idle),
74 __field(u32, state)
80 __entry->state = state;
85 (unsigned long)__entry->cpu_id, (unsigned long)__entry->state,
91 TP_PROTO(unsigned int cpu_id, unsigned int state, bool s2idle),
93 TP_ARGS(cpu_id, state, s2idle)
98 TP_PROTO(unsigned int cpu_id, unsigned int state, bool s2idle),
100 TP_ARGS(cpu_id, state, s2idle)
290 TP_PROTO(const char *name, unsigned int state),
292 TP_ARGS(name, state),
296 __field( u64, state )
301 __entry->state = state;
305 (unsigned long)__entry->state)
310 TP_PROTO(const char *name, unsigned int state),
312 TP_ARGS(name, state)
317 TP_PROTO(const char *name, unsigned int state),
319 TP_ARGS(name, state)
328 TP_PROTO(const char *name, unsigned int state, unsigned int cpu_id),
330 TP_ARGS(name, state, cpu_id),
334 __field( u64, state )
340 __entry->state = state;
345 (unsigned long)__entry->state, (unsigned long)__entry->cpu_id)
350 TP_PROTO(const char *name, unsigned int state, unsigned int cpu_id),
352 TP_ARGS(name, state, cpu_id)