Searched refs:handle_preempt_disable (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/trace/rv/monitors/wip/ |
H A D | wip.c | 22 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/Documentation/trace/rv/ |
H A D | da_monitor_instrumentation.rst | 16 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);
|