Searched refs:probe_func_ptr (Results 1 – 2 of 2) sorted by relevance
988 struct tracepoint_func *probe_func_ptr; in update_reg_page_for() local993 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_reg_page_for()995 if (probe_func_ptr) { in update_reg_page_for()997 probe_func = probe_func_ptr->func; in update_reg_page_for()1007 } while ((++probe_func_ptr)->func); in update_reg_page_for()1428 struct tracepoint_func *probe_func_ptr; in user_events_write_core() local1441 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()1443 if (probe_func_ptr) { in user_events_write_core()1446 probe_func = probe_func_ptr->func; in user_events_write_core()1447 tpdata = probe_func_ptr->data; in user_events_write_core()[all …]
832 struct tracepoint_func *probe_func_ptr; in trace_synth() local839 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()840 if (probe_func_ptr) { in trace_synth()842 probe_func = probe_func_ptr->func; in trace_synth()843 __data = probe_func_ptr->data; in trace_synth()845 } while ((++probe_func_ptr)->func); in trace_synth()