Home
last modified time | relevance | path

Searched refs:target_cpu (Results 1 – 2 of 2) sorted by relevance

/include/trace/events/
Dsched.h151 __field( int, target_cpu )
158 __entry->target_cpu = task_cpu(p);
163 __entry->target_cpu)
957 TP_PROTO(struct task_struct *task, int target_cpu),
959 TP_ARGS(task, target_cpu),
965 __field(int, target_cpu )
972 __entry->target_cpu = target_cpu;
977 __entry->target_cpu)
/include/linux/
Dhyperv.h930 u32 target_cpu; member