Home
last modified time | relevance | path

Searched defs:wakee (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/ !
H A Dtrace_sched_switch.c40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup()
H A Dtrace_sched_wakeup.c419 struct task_struct *wakee, in tracing_sched_wakeup_trace()
/linux/tools/perf/ !
H A Dbuiltin-sched.c91 struct task_desc *wakee; member
406 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
827 struct task_desc *waker, *wakee; in replay_wakeup_event() local
1242 struct thread *wakee; in latency_wakeup_event() local
/linux/tools/perf/scripts/python/ !
H A Dsched-migration.py60 def __init__(self, wakee): argument