Searched refs:probe_func_ptr (Results 1 – 2 of 2) sorted by relevance
1670 struct tracepoint_func *probe_func_ptr; in update_enable_bit_for() local1675 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_enable_bit_for()1677 if (probe_func_ptr) { in update_enable_bit_for()1679 probe_func = probe_func_ptr->func; in update_enable_bit_for()1689 } while ((++probe_func_ptr)->func); in update_enable_bit_for()2274 struct tracepoint_func *probe_func_ptr; in user_events_write_core() local2287 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()2289 if (probe_func_ptr) { in user_events_write_core()2292 probe_func = probe_func_ptr->func; in user_events_write_core()2293 tpdata = probe_func_ptr->data; in user_events_write_core()[all …]
828 struct tracepoint_func *probe_func_ptr; in trace_synth() local835 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()836 if (probe_func_ptr) { in trace_synth()838 probe_func = probe_func_ptr->func; in trace_synth()839 __data = probe_func_ptr->data; in trace_synth()841 } while ((++probe_func_ptr)->func); in trace_synth()