Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c1645 struct tracepoint_func *probe_func_ptr; in update_enable_bit_for() local
1650 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_enable_bit_for()
1652 if (probe_func_ptr) { in update_enable_bit_for()
1654 probe_func = probe_func_ptr->func; in update_enable_bit_for()
1664 } while ((++probe_func_ptr)->func); in update_enable_bit_for()
2206 struct tracepoint_func *probe_func_ptr; in user_events_write_core() local
2219 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()
2221 if (probe_func_ptr) { in user_events_write_core()
2224 probe_func = probe_func_ptr->func; in user_events_write_core()
2225 tpdata = probe_func_ptr->data; 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()