Home
last modified time | relevance | path

Searched refs:handle_sched_waking (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/trace/rv/monitors/wip/
H A Dwip.c32 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 Dda_monitor_instrumentation.rst26 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);