Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_sched_wakeup.c413 struct task_struct *wakee, in tracing_sched_wakeup_trace() argument
430 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
431 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
432 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
433 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
Dtrace_sched_switch.c38 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
/Linux-v4.19/tools/perf/scripts/python/
Dsched-migration.py62 def __init__(self, wakee): argument
63 self.wakee = wakee
66 return "%s woke up" % thread_name(self.wakee)
/Linux-v4.19/tools/perf/
Dbuiltin-timechart.c187 int wakee; member
409 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup() argument
424 we->wakee = wakee; in sched_wakeup()
427 p = find_create_pid(tchart, we->wakee); in sched_wakeup()
615 int wakee = perf_evsel__intval(evsel, sample, "pid"); in process_sample_sched_wakeup() local
617 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup()
1051 if (p->pid == we->waker || p->pid == we->wakee) { in draw_wakeups()
1059 if (p->pid == we->wakee && !to) { in draw_wakeups()
1072 if (p->pid == we->wakee && !to) { in draw_wakeups()
1088 sprintf(task_to, "[%i]", we->wakee); in draw_wakeups()
Dbuiltin-sched.c81 struct task_desc *wakee; member
399 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup() argument
405 event->wakee = wakee; in add_sched_event_wakeup()
407 wakee_event = last_event(wakee); in add_sched_event_wakeup()
806 struct task_desc *waker, *wakee; in replay_wakeup_event() local
815 wakee = register_pid(sched, pid, comm); in replay_wakeup_event()
817 add_sched_event_wakeup(sched, waker, sample->time, wakee); in replay_wakeup_event()
1204 struct thread *wakee; in latency_wakeup_event() local
1208 wakee = machine__findnew_thread(machine, -1, pid); in latency_wakeup_event()
1209 if (wakee == NULL) in latency_wakeup_event()
[all …]