Searched refs:handle_sched_waking (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/rv/monitors/wip/ |
| H A D | wip.c | 32 static void handle_sched_waking(void *data, struct task_struct *task) in handle_sched_waking() function 46 rv_attach_trace_probe("wip", sched_waking, handle_sched_waking); in enable_wip() 58 rv_detach_trace_probe("wip", sched_waking, handle_sched_waking); in disable_wip()
|
| /linux/kernel/trace/rv/monitors/opid/ |
| H A D | opid.c | 96 static void handle_sched_waking(void *data, struct task_struct *p) in handle_sched_waking() function 119 rv_attach_trace_probe("opid", sched_waking, handle_sched_waking); in enable_opid() 135 rv_detach_trace_probe("opid", sched_waking, handle_sched_waking); in disable_opid()
|
| /linux/Documentation/trace/rv/ |
| H A D | da_monitor_instrumentation.rst | 26 static void handle_sched_waking(void *data, /* XXX: fill header */) 41 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_sched_waking); 103 Finally, the "handle_sched_waking()" will look like:: 105 void handle_sched_waking(void *data, struct task_struct *task) 157 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_sched_waking);
|
| /linux/kernel/trace/rv/monitors/sleep/ |
| H A D | sleep.c | 98 static void handle_sched_waking(void *data, struct task_struct *task) in handle_sched_waking() function 194 rv_attach_trace_probe("rtapp_sleep", sched_waking, handle_sched_waking); in enable_sleep() 207 rv_detach_trace_probe("rtapp_sleep", sched_waking, handle_sched_waking); in disable_sleep()
|