Lines Matching refs:event_trigger_ops

418 int event_trigger_init(struct event_trigger_ops *ops,  in event_trigger_init()
436 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
541 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
588 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
633 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
992 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
1000 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
1007 static struct event_trigger_ops traceon_trigger_ops = {
1014 static struct event_trigger_ops traceon_count_trigger_ops = {
1021 static struct event_trigger_ops traceoff_trigger_ops = {
1028 static struct event_trigger_ops traceoff_count_trigger_ops = {
1035 static struct event_trigger_ops *
1038 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1099 register_snapshot_trigger(char *glob, struct event_trigger_ops *ops, in register_snapshot_trigger()
1110 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
1117 static struct event_trigger_ops snapshot_trigger_ops = {
1124 static struct event_trigger_ops snapshot_count_trigger_ops = {
1131 static struct event_trigger_ops *
1199 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
1206 static struct event_trigger_ops stacktrace_trigger_ops = {
1213 static struct event_trigger_ops stacktrace_count_trigger_ops = {
1220 static struct event_trigger_ops *
1288 struct event_trigger_ops *ops, in event_enable_trigger_print()
1313 void event_enable_trigger_free(struct event_trigger_ops *ops, in event_enable_trigger_free()
1331 static struct event_trigger_ops event_enable_trigger_ops = {
1338 static struct event_trigger_ops event_enable_count_trigger_ops = {
1345 static struct event_trigger_ops event_disable_trigger_ops = {
1352 static struct event_trigger_ops event_disable_count_trigger_ops = {
1366 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func()
1511 struct event_trigger_ops *ops, in event_enable_register_trigger()
1553 struct event_trigger_ops *ops, in event_enable_unregister_trigger()
1582 static struct event_trigger_ops *
1585 struct event_trigger_ops *ops; in event_enable_get_trigger_ops()