Home
last modified time | relevance | path

Searched refs:probe_func_ptr (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_user.c1637 struct tracepoint_func *probe_func_ptr; in update_enable_bit_for() local
1642 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_enable_bit_for()
1644 if (probe_func_ptr) { in update_enable_bit_for()
1646 probe_func = probe_func_ptr->func; in update_enable_bit_for()
1656 } while ((++probe_func_ptr)->func); in update_enable_bit_for()
2113 struct tracepoint_func *probe_func_ptr; in user_events_write_core() local
2126 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()
2128 if (probe_func_ptr) { in user_events_write_core()
2131 probe_func = probe_func_ptr->func; in user_events_write_core()
2132 tpdata = probe_func_ptr in user_events_write_core()
[all...]
H A Dtrace_events_hist.c833 struct tracepoint_func *probe_func_ptr; in trace_synth() local
840 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()
841 if (probe_func_ptr) { in trace_synth()
843 probe_func = probe_func_ptr->func; in trace_synth()
844 __data = probe_func_ptr->data; in trace_synth()
846 } while ((++probe_func_ptr)->func); in trace_synth()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_hist.c593 struct tracepoint_func *probe_func_ptr; in trace_synth() local
600 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()
601 if (probe_func_ptr) { in trace_synth()
603 probe_func = probe_func_ptr->func; in trace_synth()
604 __data = probe_func_ptr->data; in trace_synth()
606 } while ((++probe_func_ptr)->func); in trace_synth()

Completed in 18 milliseconds