Searched refs:wakee (Results 1 – 2 of 2) sorted by relevance
419 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument435 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()436 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()437 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()438 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument49 tracing_record_taskinfo_sched_switch(current, wakee, flags); in probe_sched_wakeup()
Completed in 5 milliseconds