Lines Matching refs:wakee
91 struct task_desc *wakee;
410 u64 timestamp, struct task_desc *wakee)
416 event->wakee = wakee;
418 wakee_event = last_event(wakee);
817 struct task_desc *waker, *wakee;
826 wakee = register_pid(sched, pid, comm);
828 add_sched_event_wakeup(sched, waker, sample->time, wakee);
1219 struct thread *wakee;
1223 wakee = machine__findnew_thread(machine, -1, pid);
1224 if (wakee == NULL)
1226 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1228 if (thread_atoms_insert(sched, wakee))
1230 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1268 thread__put(wakee);