Searched refs:sched_wakeup (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/kernel/trace/rv/monitors/wwnr/ |
H A D | wwnr.c | 47 rv_attach_trace_probe("wwnr", sched_wakeup, handle_wakeup); in enable_wwnr() 57 rv_detach_trace_probe("wwnr", sched_wakeup, handle_wakeup); in disable_wwnr()
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 51 sub sched::sched_wakeup
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 51 sub sched::sched_wakeup
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 101 DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 183 DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 406 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup() function 615 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup() 1537 { "sched:sched_wakeup", process_sample_sched_wakeup }, in __cmd_timechart() 1809 "-e", "sched:sched_wakeup", in timechart__record()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 425 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup() function 637 sched_wakeup(tchart, sample->cpu, sample->time, waker, wakee, flags, backtrace); in process_sample_sched_wakeup() 1546 { "sched:sched_wakeup", process_sample_sched_wakeup }, in __cmd_timechart() 1817 "-e", "sched:sched_wakeup", in timechart__record()
|
Completed in 8 milliseconds