Lines Matching refs:event_trigger_ops
405 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init()
423 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
526 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
571 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
614 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
964 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
972 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
979 static struct event_trigger_ops traceon_trigger_ops = {
986 static struct event_trigger_ops traceon_count_trigger_ops = {
993 static struct event_trigger_ops traceoff_trigger_ops = {
1000 static struct event_trigger_ops traceoff_count_trigger_ops = {
1007 static struct event_trigger_ops *
1010 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1071 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger()
1086 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
1093 static struct event_trigger_ops snapshot_trigger_ops = {
1100 static struct event_trigger_ops snapshot_count_trigger_ops = {
1107 static struct event_trigger_ops *
1175 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
1182 static struct event_trigger_ops stacktrace_trigger_ops = {
1189 static struct event_trigger_ops stacktrace_count_trigger_ops = {
1196 static struct event_trigger_ops *
1264 struct event_trigger_ops *ops, in event_enable_trigger_print()
1289 void event_enable_trigger_free(struct event_trigger_ops *ops, in event_enable_trigger_free()
1307 static struct event_trigger_ops event_enable_trigger_ops = {
1314 static struct event_trigger_ops event_enable_count_trigger_ops = {
1321 static struct event_trigger_ops event_disable_trigger_ops = {
1328 static struct event_trigger_ops event_disable_count_trigger_ops = {
1342 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func()
1482 struct event_trigger_ops *ops, in event_enable_register_trigger()
1522 struct event_trigger_ops *ops, in event_enable_unregister_trigger()
1549 static struct event_trigger_ops *
1552 struct event_trigger_ops *ops; in event_enable_get_trigger_ops()