Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-timechart.c188 int wakee; global() member
426 sched_wakeup(struct timechart * tchart,int cpu,u64 timestamp,int waker,int wakee,u8 flags,const char * backtrace) sched_wakeup() argument
635 int wakee = evsel__intval(evsel, sample, "pid"); process_sample_sched_wakeup() local
[all...]
H A Dbuiltin-sched.c95 struct task_desc *wakee; global() member
413 add_sched_event_wakeup(struct perf_sched * sched,struct task_desc * task,u64 timestamp,struct task_desc * wakee) add_sched_event_wakeup() argument
834 struct task_desc *waker, *wakee; replay_wakeup_event() local
1249 struct thread *wakee; latency_wakeup_event() local
[all...]
/linux/kernel/trace/
H A Dtrace_sched_switch.c40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
H A Dtrace_sched_wakeup.c415 struct task_struct *wakee, in tracing_sched_wakeup_trace()
/linux/tools/perf/scripts/python/
H A Dsched-migration.py60 def __init__(self, wakee): argument