Lines Matching defs:ops
1942 /* copy tr over to seq ops */
2864 struct trace_array *tr, struct ftrace_probe_ops *ops,
2881 struct trace_array *tr, struct ftrace_probe_ops *ops,
2909 struct ftrace_probe_ops *ops, void *data)
2938 event_enable_init(struct ftrace_probe_ops *ops, struct trace_array *tr,
2976 event_enable_free(struct ftrace_probe_ops *ops, struct trace_array *tr,
3033 struct ftrace_probe_ops *ops;
3064 ops = param ? &event_enable_count_probe_ops : &event_enable_probe_ops;
3066 ops = param ? &event_disable_count_probe_ops : &event_disable_probe_ops;
3069 ret = unregister_ftrace_function_probe_func(glob+1, tr, ops);
3112 ret = register_ftrace_function_probe(glob, tr, ops, data);