Home
last modified time | relevance | path

Searched refs:wakee (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
A Dtrace_sched_wakeup.c401 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument
418 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
419 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
420 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
421 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
A Dtrace_sched_switch.c38 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
/linux/tools/perf/
A Dbuiltin-timechart.c185 int wakee; member
407 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument
422 we->wakee = wakee; in sched_wakeup()
425 p = find_create_pid(tchart, we->wakee); in sched_wakeup()
613 int wakee = evsel__intval(evsel, sample, "pid"); in process_sample_sched_wakeup() local
615 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup()
1049 if (p->pid == we->waker || p->pid == we->wakee) { in draw_wakeups()
1057 if (p->pid == we->wakee && !to) { in draw_wakeups()
1070 if (p->pid == we->wakee && !to) { in draw_wakeups()
1086 sprintf(task_to, "[%i]", we->wakee); in draw_wakeups()
A Dbuiltin-sched.c91 struct task_desc *wakee; member
410 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup() argument
416 event->wakee = wakee; in add_sched_event_wakeup()
418 wakee_event = last_event(wakee); in add_sched_event_wakeup()
817 struct task_desc *waker, *wakee; in replay_wakeup_event() local
826 wakee = register_pid(sched, pid, comm); in replay_wakeup_event()
1219 struct thread *wakee; in latency_wakeup_event() local
1223 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event()
1224 if (wakee == NULL) in latency_wakeup_event()
1228 if (thread_atoms_insert(sched, wakee)) in latency_wakeup_event()
[all …]
/linux/tools/perf/scripts/python/
A Dsched-migration.py60 def __init__(self, wakee): argument
61 self.wakee = wakee
64 return "%s woke up" % thread_name(self.wakee)

Completed in 18 milliseconds