Searched refs:handle_sched_waking (Results 1 – 2 of 2) sorted by relevance
/openbmc/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()
|
/openbmc/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);
|