Searched refs:handle_sched_wakeup (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/trace/rv/monitors/sssw/ |
| H A D | sssw.c | 46 static void handle_sched_wakeup(void *data, struct task_struct *p) in handle_sched_switch() 72 rv_attach_trace_probe("sssw", sched_wakeup, handle_sched_wakeup); in enable_sssw() 84 rv_detach_trace_probe("sssw", sched_wakeup, handle_sched_wakeup); in disable_sssw() 48 static void handle_sched_wakeup(void *data, struct task_struct *p) handle_sched_wakeup() function
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.c | 93 static void handle_sched_wakeup(void *data, struct task_struct *task) in handle_sched_wakeup() function 195 rv_attach_trace_probe("rtapp_sleep", sched_wakeup, handle_sched_wakeup); in enable_sleep() 208 rv_detach_trace_probe("rtapp_sleep", sched_wakeup, handle_sched_wakeup); in disable_sleep()
|