Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c1018 struct ftrace_probe_ops *probe_ops; member
3383 struct ftrace_probe_ops *probe_ops; in t_probe_show() local
3392 probe_ops = probe->probe_ops; in t_probe_show()
3394 if (probe_ops->print) in t_probe_show()
3395 return probe_ops->print(m, probe_entry->ip, probe_ops, probe->data); in t_probe_show()
3398 (void *)probe_ops->func); in t_probe_show()
4327 struct ftrace_probe_ops *probe_ops; in function_trace_probe_call() local
4331 probe_ops = probe->probe_ops; in function_trace_probe_call()
4339 probe_ops->func(ip, parent_ip, probe->tr, probe_ops, probe->data); in function_trace_probe_call()
4489 struct ftrace_probe_ops *probe_ops; in release_probe() local
[all …]