Lines Matching refs:event_trigger_ops
431 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init()
449 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
554 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
601 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
646 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
1010 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
1018 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
1025 static struct event_trigger_ops traceon_trigger_ops = {
1032 static struct event_trigger_ops traceon_count_trigger_ops = {
1039 static struct event_trigger_ops traceoff_trigger_ops = {
1046 static struct event_trigger_ops traceoff_count_trigger_ops = {
1053 static struct event_trigger_ops *
1056 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1119 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger()
1130 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
1137 static struct event_trigger_ops snapshot_trigger_ops = {
1144 static struct event_trigger_ops snapshot_count_trigger_ops = {
1151 static struct event_trigger_ops *
1221 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
1228 static struct event_trigger_ops stacktrace_trigger_ops = {
1235 static struct event_trigger_ops stacktrace_count_trigger_ops = {
1242 static struct event_trigger_ops *
1312 struct event_trigger_ops *ops, in event_enable_trigger_print()
1337 void event_enable_trigger_free(struct event_trigger_ops *ops, in event_enable_trigger_free()
1355 static struct event_trigger_ops event_enable_trigger_ops = {
1362 static struct event_trigger_ops event_enable_count_trigger_ops = {
1369 static struct event_trigger_ops event_disable_trigger_ops = {
1376 static struct event_trigger_ops event_disable_count_trigger_ops = {
1390 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func()
1535 struct event_trigger_ops *ops, in event_enable_register_trigger()
1577 struct event_trigger_ops *ops, in event_enable_unregister_trigger()
1606 static struct event_trigger_ops *
1609 struct event_trigger_ops *ops; in event_enable_get_trigger_ops()