Lines Matching refs:wakee
188 int wakee;
426 int waker, int wakee, u8 flags, const char *backtrace)
441 we->wakee = wakee;
444 p = find_create_pid(tchart, we->wakee);
635 int wakee = evsel__intval(evsel, sample, "pid");
637 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace);
1055 /* locate the column of the waker and wakee */
1058 if (p->pid == we->waker || p->pid == we->wakee) {
1066 if (p->pid == we->wakee && !to) {
1079 if (p->pid == we->wakee && !to) {
1095 sprintf(task_to, "[%i]", we->wakee);