Home
last modified time | relevance | path

Searched refs:probe_func_ptr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/kernel/trace/
Dtrace_events_hist.c851 struct tracepoint_func *probe_func_ptr; in trace_synth() local
858 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()
859 if (probe_func_ptr) { in trace_synth()
861 probe_func = probe_func_ptr->func; in trace_synth()
862 __data = probe_func_ptr->data; in trace_synth()
864 } while ((++probe_func_ptr)->func); in trace_synth()