event_command
struct event_command *cmd_ops;
extern int event_enable_trigger_parse(struct event_command *cmd_ops,
trigger_data_alloc(struct event_command *cmd_ops, char *cmd, char *param,
extern int register_event_command(struct event_command *cmd);
extern int unregister_event_command(struct event_command *cmd);
extern int event_trigger_set_filter(struct event_command *cmd_ops,
extern void event_trigger_reset_filter(struct event_command *cmd_ops,
extern int event_trigger_register(struct event_command *cmd_ops,
extern void event_trigger_unregister(struct event_command *cmd_ops,
int (*parse)(struct event_command *cmd_ops,
static inline bool event_command_post_trigger(struct event_command *cmd_ops)
static inline bool event_command_needs_rec(struct event_command *cmd_ops)
static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops,
static struct event_command event_trigger_cmd = {
static struct event_command trigger_hist_cmd;
static int event_hist_trigger_parse(struct event_command *cmd_ops,
struct event_command *cmd_ops = data->cmd_ops;
struct event_command *cmd_ops;
static int event_hist_trigger_parse(struct event_command *cmd_ops,
static struct event_command trigger_hist_cmd = {
static struct event_command trigger_hist_enable_cmd = {
static struct event_command trigger_hist_disable_cmd = {
int event_trigger_set_filter(struct event_command *cmd_ops,
void event_trigger_reset_filter(struct event_command *cmd_ops,
int event_trigger_register(struct event_command *cmd_ops,
void event_trigger_unregister(struct event_command *cmd_ops,
event_trigger_parse(struct event_command *cmd_ops,
const struct event_command *cmd_ops = data->cmd_ops;
static struct event_command trigger_traceon_cmd = {
static struct event_command trigger_traceoff_cmd = {
static struct event_command trigger_snapshot_cmd = {
static struct event_command trigger_stacktrace_cmd = {
int event_enable_trigger_parse(struct event_command *cmd_ops,
static struct event_command trigger_enable_cmd = {
static struct event_command trigger_disable_cmd = {
struct event_command *p;
struct event_command *p;
struct event_command *p;
__init int register_event_command(struct event_command *cmd)
struct event_command *p;
__init int unregister_event_command(struct event_command *cmd)
struct event_command *p, *n;
struct event_trigger_data *trigger_data_alloc(struct event_command *cmd_ops,