Home
last modified time | relevance | path

Searched refs:probe_func_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_events_user.c1680 struct tracepoint_func *probe_func_ptr; in update_enable_bit_for() local
1685 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_enable_bit_for()
1687 if (probe_func_ptr) { in update_enable_bit_for()
1689 probe_func = probe_func_ptr->func; in update_enable_bit_for()
1699 } while ((++probe_func_ptr)->func); in update_enable_bit_for()
2284 struct tracepoint_func *probe_func_ptr; in user_events_write_core() local
2297 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()
2299 if (probe_func_ptr) { in user_events_write_core()
2302 probe_func = probe_func_ptr->func; in user_events_write_core()
2303 tpdata = probe_func_ptr->data; in user_events_write_core()
[all …]
H A Dtrace_events_hist.c826 struct tracepoint_func *probe_func_ptr; in trace_synth() local
833 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()
834 if (probe_func_ptr) { in trace_synth()
836 probe_func = probe_func_ptr->func; in trace_synth()
837 __data = probe_func_ptr->data; in trace_synth()
839 } while ((++probe_func_ptr)->func); in trace_synth()