Lines Matching refs:ops
372 struct ftrace_ops *ops; member
1049 struct ftrace_probe_ops *ops,
1051 int (*init)(struct ftrace_probe_ops *ops,
1055 void (*free)(struct ftrace_probe_ops *ops,
1060 struct ftrace_probe_ops *ops,
1079 struct ftrace_probe_ops *ops, void *data);
1082 struct ftrace_probe_ops *ops);
1088 void ftrace_create_filter_files(struct ftrace_ops *ops,
1090 void ftrace_destroy_filter_files(struct ftrace_ops *ops);
1092 extern int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
1094 extern int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
1115 #define ftrace_create_filter_files(ops, parent) do { } while (0) argument
1116 #define ftrace_destroy_filter_files(ops) do { } while (0) argument
1547 struct event_trigger_ops *ops; member