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

/linux-master/kernel/trace/
H A Dftrace.c1044 struct ftrace_probe_ops *probe_ops; member in struct:ftrace_func_probe
3465 struct ftrace_probe_ops *probe_ops; local
3474 probe_ops = probe->probe_ops;
3476 if (probe_ops->print)
3477 return probe_ops->print(m, probe_entry->ip, probe_ops, probe->data);
3480 (void *)probe_ops->func);
4604 struct ftrace_probe_ops *probe_ops; local
4608 probe_ops
4766 struct ftrace_probe_ops *probe_ops; local
4799 register_ftrace_function_probe(char *glob, struct trace_array *tr, struct ftrace_probe_ops *probe_ops, void *data) argument
4944 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr, struct ftrace_probe_ops *probe_ops) argument
[all...]

Completed in 133 milliseconds