Home
last modified time | relevance | path

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

/linux/kernel/trace/rv/monitors/wip/
H A Dwip.c20 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
45 rv_attach_trace_probe("wip", preempt_disable, handle_preempt_disable); in enable_wip()
54 rv_detach_trace_probe("wip", preempt_disable, handle_preempt_disable); in disable_wip()
/linux/kernel/trace/rv/monitors/snep/
H A Dsnep.c21 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
49 rv_attach_trace_probe("snep", preempt_disable, handle_preempt_disable); in enable_snep()
61 rv_detach_trace_probe("snep", preempt_disable, handle_preempt_disable); in disable_snep()
/linux/kernel/trace/rv/monitors/scpd/
H A Dscpd.c21 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
49 rv_attach_trace_probe("scpd", preempt_disable, handle_preempt_disable); in enable_scpd()
61 rv_detach_trace_probe("scpd", preempt_disable, handle_preempt_disable); in disable_scpd()
/linux/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);
/linux/kernel/trace/rv/monitors/opid/
H A Dopid.c75 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable() function
114 rv_attach_trace_probe("opid", preempt_disable, handle_preempt_disable); in enable_opid()
130 rv_detach_trace_probe("opid", preempt_disable, handle_preempt_disable); in disable_opid()