Searched defs:wakee (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/ | ||
| H A D | builtin-timechart.c | 188 int wakee; global() member |
| H A D | builtin-sched.c | 95 struct task_desc *wakee; global() member |
| /linux/kernel/trace/ | ||
| H A D | trace_sched_switch.c | 40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument |
| H A D | trace_sched_wakeup.c | 415 struct task_struct *wakee, in tracing_sched_wakeup_trace() |
| /linux/tools/perf/scripts/python/ | ||
| H A D | sched-migration.py | 60 def __init__(self, wakee): argument |