Lines Matching refs:event_trigger_ops
411 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init()
429 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
532 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
577 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
620 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
973 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
981 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
988 static struct event_trigger_ops traceon_trigger_ops = {
995 static struct event_trigger_ops traceon_count_trigger_ops = {
1002 static struct event_trigger_ops traceoff_trigger_ops = {
1009 static struct event_trigger_ops traceoff_count_trigger_ops = {
1016 static struct event_trigger_ops *
1019 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1080 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger()
1095 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
1102 static struct event_trigger_ops snapshot_trigger_ops = {
1109 static struct event_trigger_ops snapshot_count_trigger_ops = {
1116 static struct event_trigger_ops *
1184 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
1191 static struct event_trigger_ops stacktrace_trigger_ops = {
1198 static struct event_trigger_ops stacktrace_count_trigger_ops = {
1205 static struct event_trigger_ops *
1273 struct event_trigger_ops *ops, in event_enable_trigger_print()
1298 void event_enable_trigger_free(struct event_trigger_ops *ops, in event_enable_trigger_free()
1316 static struct event_trigger_ops event_enable_trigger_ops = {
1323 static struct event_trigger_ops event_enable_count_trigger_ops = {
1330 static struct event_trigger_ops event_disable_trigger_ops = {
1337 static struct event_trigger_ops event_disable_count_trigger_ops = {
1351 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func()
1491 struct event_trigger_ops *ops, in event_enable_register_trigger()
1531 struct event_trigger_ops *ops, in event_enable_unregister_trigger()
1558 static struct event_trigger_ops *
1561 struct event_trigger_ops *ops; in event_enable_get_trigger_ops()