Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_sched_wakeup.c421 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument
437 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
438 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
439 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
440 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
H 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()
/linux/tools/perf/scripts/python/
H A Dsched-migration.py60 def __init__(self, wakee): argument
61 self.wakee = wakee
64 return "%s woke up" % thread_name(self.wakee)