Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/trace/rv/monitors/wip/
A Dwip.c45 rv_attach_trace_probe("wip", preempt_enable, handle_preempt_enable); in enable_wip()
46 rv_attach_trace_probe("wip", sched_waking, handle_sched_waking); in enable_wip()
47 rv_attach_trace_probe("wip", preempt_disable, handle_preempt_disable); in enable_wip()
/linux-6.3-rc2/Documentation/trace/rv/
A Dda_monitor_instrumentation.rst39 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_disable);
40 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_enable);
41 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_sched_waking);
141 The RV interface also facilitates this step. For example, the macro "rv_attach_trace_probe()"
143 adds "rv_attach_trace_probe()" function call for each model event in the enable phase, as
156 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_enable);
157 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_sched_waking);
158 rv_attach_trace_probe("wip", /* XXX: tracepoint */, handle_preempt_disable);
/linux-6.3-rc2/kernel/trace/rv/monitors/wwnr/
A Dwwnr.c46 rv_attach_trace_probe("wwnr", sched_switch, handle_switch); in enable_wwnr()
47 rv_attach_trace_probe("wwnr", sched_wakeup, handle_wakeup); in enable_wwnr()
/linux-6.3-rc2/include/rv/
A Dinstrumentation.h16 #define rv_attach_trace_probe(monitor, tp, rv_handler) \ macro

Completed in 5 milliseconds