Lines Matching refs:wakee
185 int wakee;
407 int waker, int wakee, u8 flags, const char *backtrace)
422 we->wakee = wakee;
425 p = find_create_pid(tchart, we->wakee);
613 int wakee = evsel__intval(evsel, sample, "pid");
615 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace);
1046 /* locate the column of the waker and wakee */
1049 if (p->pid == we->waker || p->pid == we->wakee) {
1057 if (p->pid == we->wakee && !to) {
1070 if (p->pid == we->wakee && !to) {
1086 sprintf(task_to, "[%i]", we->wakee);