Lines Matching refs:event_command
1718 struct event_command *cmd_ops;
1745 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1774 extern int register_event_command(struct event_command *cmd);
1775 extern int unregister_event_command(struct event_command *cmd);
1782 event_trigger_alloc(struct event_command *cmd_ops,
1788 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1792 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1794 extern int event_trigger_register(struct event_command *cmd_ops,
1798 extern void event_trigger_unregister(struct event_command *cmd_ops,
1943 struct event_command { struct
1948 int (*parse)(struct event_command *cmd_ops, argument
1998 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
2003 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()