Lines Matching refs:event_trigger_ops

404 event_trigger_init(struct event_trigger_ops *ops,  in event_trigger_init()
422 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
523 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
567 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
610 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
802 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
810 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
817 static struct event_trigger_ops traceon_trigger_ops = {
824 static struct event_trigger_ops traceon_count_trigger_ops = {
831 static struct event_trigger_ops traceoff_trigger_ops = {
838 static struct event_trigger_ops traceoff_count_trigger_ops = {
845 static struct event_trigger_ops *
848 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
901 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger()
916 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
923 static struct event_trigger_ops snapshot_trigger_ops = {
930 static struct event_trigger_ops snapshot_count_trigger_ops = {
937 static struct event_trigger_ops *
994 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
1001 static struct event_trigger_ops stacktrace_trigger_ops = {
1008 static struct event_trigger_ops stacktrace_count_trigger_ops = {
1015 static struct event_trigger_ops *
1090 event_enable_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in event_enable_trigger_print()
1114 event_enable_trigger_free(struct event_trigger_ops *ops, in event_enable_trigger_free()
1132 static struct event_trigger_ops event_enable_trigger_ops = {
1139 static struct event_trigger_ops event_enable_count_trigger_ops = {
1146 static struct event_trigger_ops event_disable_trigger_ops = {
1153 static struct event_trigger_ops event_disable_count_trigger_ops = {
1168 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func()
1295 struct event_trigger_ops *ops, in event_enable_register_trigger()
1332 struct event_trigger_ops *ops, in event_enable_unregister_trigger()
1357 static struct event_trigger_ops *
1360 struct event_trigger_ops *ops; in event_enable_get_trigger_ops()