Searched refs:probe_func_ptr (Results 1 – 2 of 2) sorted by relevance
991 struct tracepoint_func *probe_func_ptr; in update_reg_page_for() local996 probe_func_ptr = rcu_dereference_sched(tp->funcs); in update_reg_page_for()998 if (probe_func_ptr) { in update_reg_page_for()1000 probe_func = probe_func_ptr->func; in update_reg_page_for()1010 } while ((++probe_func_ptr)->func); in update_reg_page_for()1434 struct tracepoint_func *probe_func_ptr; in user_events_write_core() local1447 probe_func_ptr = rcu_dereference_sched(tp->funcs); in user_events_write_core()1449 if (probe_func_ptr) { in user_events_write_core()1452 probe_func = probe_func_ptr->func; in user_events_write_core()1453 tpdata = probe_func_ptr->data; in user_events_write_core()[all …]
830 struct tracepoint_func *probe_func_ptr; in trace_synth() local837 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()838 if (probe_func_ptr) { in trace_synth()840 probe_func = probe_func_ptr->func; in trace_synth()841 __data = probe_func_ptr->data; in trace_synth()843 } while ((++probe_func_ptr)->func); in trace_synth()