Home
last modified time | relevance | path

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

/kernel/trace/
A Dtrace_sched_wakeup.c419 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument
435 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()
A Dtrace_sched_switch.c40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
49 tracing_record_taskinfo_sched_switch(current, wakee, flags); in probe_sched_wakeup()

Completed in 5 milliseconds