Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/rv/monitors/wip/
H 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.15/kernel/trace/rv/monitors/snep/
H A Dsnep.c23 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
51 rv_attach_trace_probe("snep", preempt_disable, handle_preempt_disable); in enable_snep()
63 rv_detach_trace_probe("snep", preempt_disable, handle_preempt_disable); in disable_snep()
/linux-6.15/kernel/trace/rv/monitors/scpd/
H A Dscpd.c23 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
51 rv_attach_trace_probe("scpd", preempt_disable, handle_preempt_disable); in enable_scpd()
63 rv_detach_trace_probe("scpd", preempt_disable, handle_preempt_disable); in disable_scpd()
/linux-6.15/Documentation/trace/rv/
H 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);