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

/linux-master/kernel/trace/
H A Dtrace_sched_wakeup.c403 struct task_struct *wakee,
420 entry->next_pid = wakee->pid;
421 entry->next_prio = wakee->prio;
422 entry->next_state = task_state_index(wakee);
423 entry->next_cpu = task_cpu(wakee);
402 tracing_sched_wakeup_trace(struct trace_array *tr, struct task_struct *wakee, struct task_struct *curr, unsigned int trace_ctx) argument
H A Dtrace_sched_switch.c40 probe_sched_wakeup(void *ignore, struct task_struct *wakee) argument
49 tracing_record_taskinfo_sched_switch(current, wakee, flags);
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py60 def __init__(self, wakee):
61 self.wakee = wakee
64 return "%s woke up" % thread_name(self.wakee)
/linux-master/tools/perf/
H A Dbuiltin-timechart.c188 int wakee; member in struct:wake_event
426 int waker, int wakee, u8 flags, const char *backtrace)
441 we->wakee = wakee;
444 p = find_create_pid(tchart, we->wakee);
635 int wakee = evsel__intval(evsel, sample, "pid"); local
637 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace);
1055 /* locate the column of the waker and wakee */
1058 if (p->pid == we->waker || p->pid == we->wakee) {
1066 if (p->pid == we->wakee
425 sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, int waker, int wakee, u8 flags, const char *backtrace) argument
[all...]
H A Dbuiltin-sched.c92 struct task_desc *wakee; member in struct:sched_atom
394 u64 timestamp, struct task_desc *wakee)
400 event->wakee = wakee;
402 wakee_event = last_event(wakee);
821 struct task_desc *waker, *wakee; local
830 wakee = register_pid(sched, pid, comm);
832 add_sched_event_wakeup(sched, waker, sample->time, wakee);
1216 struct thread *wakee; local
1220 wakee
393 add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, u64 timestamp, struct task_desc *wakee) argument
[all...]

Completed in 1337 milliseconds