HomeSort by relevance Sort by last modified time
    Searched refs:wakee (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 66 struct task_desc *wakee; member in struct:sched_atom
294 u64 timestamp, struct task_desc *wakee)
300 event->wakee = wakee;
302 wakee_event = last_event(wakee);
670 struct task_desc *waker, *wakee; local
679 wakee = register_pid(sched, pid, comm);
681 add_sched_event_wakeup(sched, waker, sample->time, wakee);
1024 struct thread *wakee; local
1031 wakee = machine__findnew_thread(machine, 0, pid)
    [all...]
builtin-timechart.c 145 int wakee; member in struct:wake_event
420 we->wakee = wake->pid;
423 p = find_create_pid(we->wakee);
697 /* locate the column of the waker and wakee */
700 if (p->pid == we->waker || p->pid == we->wakee) {
708 if (p->pid == we->wakee && !to) {
721 if (p->pid == we->wakee && !to) {
737 sprintf(task_to, "[%i]", we->wakee);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
sched-migration.py 58 def __init__(self, wakee):
59 self.wakee = wakee
62 return "%s woke up" % thread_name(self.wakee)

Completed in 844 milliseconds