Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_sched_switch.c39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
48 tracing_record_taskinfo_sched_switch(current, wakee, flags); in probe_sched_wakeup()
H A Dtrace_sched_wakeup.c403 struct task_struct *wakee, in tracing_sched_wakeup_trace()
420 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
421 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
422 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
423 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
402 tracing_sched_wakeup_trace(struct trace_array *tr, struct task_struct *wakee, struct task_struct *curr, unsigned int trace_ctx) tracing_sched_wakeup_trace() argument
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_sched_wakeup.c406 struct task_struct *wakee, in tracing_sched_wakeup_trace()
423 entry->next_pid = wakee->pid; in tracing_sched_wakeup_trace()
424 entry->next_prio = wakee->prio; in tracing_sched_wakeup_trace()
425 entry->next_state = task_state_index(wakee); in tracing_sched_wakeup_trace()
426 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
405 tracing_sched_wakeup_trace(struct trace_array *tr, struct task_struct *wakee, struct task_struct *curr, unsigned long flags, int pc) tracing_sched_wakeup_trace() argument
H A Dtrace_sched_switch.c38 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-timechart.c185 int wakee; member
407 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup()
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()
1046 /* locate the column of the waker and wakee */ in draw_wakeups()
1049 if (p->pid == we->waker || p->pid == we->wakee) { in draw_wakeups()
1057 if (p->pid == we->wakee in draw_wakeups()
406 sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, int waker, int wakee, u8 flags, const char *backtrace) sched_wakeup() argument
[all...]
H A Dbuiltin-sched.c91 struct task_desc *wakee; member
410 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
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()
828 add_sched_event_wakeup(sched, waker, sample->time, wakee); in replay_wakeup_event()
1219 struct thread *wakee; in latency_wakeup_event() local
1223 wakee in latency_wakeup_event()
409 add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, u64 timestamp, struct task_desc *wakee) add_sched_event_wakeup() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-timechart.c188 int wakee; member
426 int waker, int wakee, u8 flags, const char *backtrace) in sched_wakeup()
441 we->wakee = wakee; in sched_wakeup()
444 p = find_create_pid(tchart, we->wakee); in sched_wakeup()
635 int wakee = evsel__intval(evsel, sample, "pid"); in process_sample_sched_wakeup() local
637 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup()
1055 /* locate the column of the waker and wakee */ in draw_wakeups()
1058 if (p->pid == we->waker || p->pid == we->wakee) { in draw_wakeups()
1066 if (p->pid == we->wakee in draw_wakeups()
425 sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, int waker, int wakee, u8 flags, const char *backtrace) sched_wakeup() argument
[all...]
H A Dbuiltin-sched.c92 struct task_desc *wakee; member
412 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
418 event->wakee = wakee; in add_sched_event_wakeup()
420 wakee_event = last_event(wakee); in add_sched_event_wakeup()
839 struct task_desc *waker, *wakee; in replay_wakeup_event() local
848 wakee = register_pid(sched, pid, comm); in replay_wakeup_event()
850 add_sched_event_wakeup(sched, waker, sample->time, wakee); in replay_wakeup_event()
1241 struct thread *wakee; in latency_wakeup_event() local
1245 wakee in latency_wakeup_event()
411 add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, u64 timestamp, struct task_desc *wakee) add_sched_event_wakeup() argument
[all...]

Completed in 16 milliseconds