Searched refs:probe_func_ptr (Results 1 – 1 of 1) sorted by relevance
1104 struct tracepoint_func *probe_func_ptr; in trace_synth() local1111 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()1112 if (probe_func_ptr) { in trace_synth()1114 probe_func = probe_func_ptr->func; in trace_synth()1115 __data = probe_func_ptr->data; in trace_synth()1117 } while ((++probe_func_ptr)->func); in trace_synth()