Searched refs:probe_func_ptr (Results 1 – 2 of 2) sorted by relevance
1645 struct tracepoint_func *probe_func_ptr; in update_enable_bit_for() local1650 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() local2219 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 …]
833 struct tracepoint_func *probe_func_ptr; in trace_synth() local840 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()