Home | History | Annotate | Download | only in perf

Lines Matching refs:wakee

66 	struct task_desc	*wakee;
294 u64 timestamp, struct task_desc *wakee)
300 event->wakee = wakee;
302 wakee_event = last_event(wakee);
670 struct task_desc *waker, *wakee;
679 wakee = register_pid(sched, pid, comm);
681 add_sched_event_wakeup(sched, waker, sample->time, wakee);
1024 struct thread *wakee;
1031 wakee = machine__findnew_thread(machine, 0, pid);
1032 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1034 if (thread_atoms_insert(sched, wakee))
1036 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);