Lines Matching refs:wakee
92 struct task_desc *wakee;
412 u64 timestamp, struct task_desc *wakee)
418 event->wakee = wakee;
420 wakee_event = last_event(wakee);
839 struct task_desc *waker, *wakee;
848 wakee = register_pid(sched, pid, comm);
850 add_sched_event_wakeup(sched, waker, sample->time, wakee);
1241 struct thread *wakee;
1245 wakee = machine__findnew_thread(machine, -1, pid);
1246 if (wakee == NULL)
1248 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1250 if (thread_atoms_insert(sched, wakee))
1252 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1290 thread__put(wakee);