Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/trace/rv/monitors/wip/
A Dwip.c22 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
47 rv_attach_trace_probe("wip", preempt_disable, handle_preempt_disable); in enable_wip()
56 rv_detach_trace_probe("wip", preempt_disable, handle_preempt_disable); in disable_wip()
/linux-6.3-rc2/Documentation/trace/rv/
A Dda_monitor_instrumentation.rst16 static void handle_preempt_disable(void *data, /* XXX: fill header */)
39 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_disable);
59 void handle_preempt_disable(void *data, /* XXX: fill header */)
70 Hence, the handle_preempt_disable() function will look like::
72 void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip)
78 list from the handle_preempt_disable(). The difference is that the
158 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_disable);

Completed in 3 milliseconds