Searched refs:probe_ops (Results 1 – 1 of 1) sorted by relevance
1049 struct ftrace_probe_ops *probe_ops; member3962 struct ftrace_probe_ops *probe_ops; in t_probe_show() local3971 probe_ops = probe->probe_ops; in t_probe_show()3973 if (probe_ops->print) in t_probe_show()3974 return probe_ops->print(m, probe_entry->ip, probe_ops, probe->data); in t_probe_show()3977 (void *)probe_ops->func); in t_probe_show()5115 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() local5119 probe_ops = probe->probe_ops; in function_trace_probe_call()5127 probe_ops->func(ip, parent_ip, probe->tr, probe_ops, probe->data); in function_trace_probe_call()5277 struct ftrace_probe_ops *probe_ops; in release_probe() local[all …]