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

  /external/linux-tools-perf/
builtin-sched.c 86 struct task_desc *wakee; member in struct:sched_atom
286 struct task_desc *wakee)
292 event->wakee = wakee;
294 wakee_event = last_event(wakee);
809 struct task_desc *waker, *wakee; local
821 wakee = register_pid(wakeup_event->pid, wakeup_event->comm);
823 add_sched_event_wakeup(waker, timestamp, wakee);
1148 struct thread *wakee; local
1154 wakee = perf_session__findnew(session, wakeup_event->pid)
    [all...]
builtin-timechart.c 151 int wakee; member in struct:wake_event
450 we->wakee = wake->pid;
453 p = find_create_pid(we->wakee);
707 /* locate the column of the waker and wakee */
710 if (p->pid == we->waker || p->pid == we->wakee) {
718 if (p->pid == we->wakee && !to) {
731 if (p->pid == we->wakee && !to) {
747 sprintf(task_to, "[%i]", we->wakee);
  /external/linux-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 1363 milliseconds