Searched refs:wakee (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-sched.c | 68 struct task_desc *wakee; member 291 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup() argument 297 event->wakee = wakee; in add_sched_event_wakeup() 299 wakee_event = last_event(wakee); in add_sched_event_wakeup() 698 struct task_desc *waker, *wakee; in replay_wakeup_event() local 707 wakee = register_pid(sched, pid, comm); in replay_wakeup_event() 709 add_sched_event_wakeup(sched, waker, sample->time, wakee); in replay_wakeup_event() 1051 struct thread *wakee; in latency_wakeup_event() local 1054 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event() 1055 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid); in latency_wakeup_event() [all …]
|
D | builtin-timechart.c | 183 int wakee; member 405 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument 420 we->wakee = wakee; in sched_wakeup() 423 p = find_create_pid(tchart, we->wakee); in sched_wakeup() 614 int wakee = perf_evsel__intval(evsel, sample, "pid"); in process_sample_sched_wakeup() local 616 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup() 1050 if (p->pid == we->waker || p->pid == we->wakee) { in draw_wakeups() 1058 if (p->pid == we->wakee && !to) { in draw_wakeups() 1071 if (p->pid == we->wakee && !to) { in draw_wakeups() 1087 sprintf(task_to, "[%i]", we->wakee); in draw_wakeups()
|
/linux-4.1.27/kernel/trace/ |
D | trace_sched_wakeup.c | 396 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument 413 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace() 414 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace() 415 entry->next_state = wakee->state; in tracing_sched_wakeup_trace() 416 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
|
D | trace_sched_switch.c | 29 probe_sched_wakeup(void *ignore, struct task_struct *wakee, int success) in probe_sched_wakeup() argument
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 58 def __init__(self, wakee): argument 59 self.wakee = wakee 62 return "%s woke up" % thread_name(self.wakee)
|