Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c826 struct tracepoint_func *probe_func_ptr; in trace_synth() local
833 probe_func_ptr = rcu_dereference_sched((tp)->funcs); in trace_synth()
834 if (probe_func_ptr) { in trace_synth()
836 probe_func = probe_func_ptr->func; in trace_synth()
837 __data = probe_func_ptr->data; in trace_synth()
839 } while ((++probe_func_ptr)->func); in trace_synth()