Lines Matching refs:ops
417 struct ftrace_ops *ops; member
967 extern void init_array_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops);
968 extern int allocate_fgraph_ops(struct trace_array *tr, struct ftrace_ops *ops);
1137 #define init_array_fgraph_ops(tr, ops) do { } while (0) argument
1138 #define allocate_fgraph_ops(tr, ops) ({ 0; }) argument
1214 struct ftrace_probe_ops *ops,
1216 int (*init)(struct ftrace_probe_ops *ops,
1220 void (*free)(struct ftrace_probe_ops *ops,
1225 struct ftrace_probe_ops *ops,
1244 struct ftrace_probe_ops *ops, void *data);
1247 struct ftrace_probe_ops *ops);
1253 void ftrace_create_filter_files(struct ftrace_ops *ops,
1255 void ftrace_destroy_filter_files(struct ftrace_ops *ops);
1257 extern int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
1259 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
1280 #define ftrace_create_filter_files(ops, parent) do { } while (0) argument
1281 #define ftrace_destroy_filter_files(ops) do { } while (0) argument
1755 const struct event_trigger_ops *ops; member