Home
last modified time | relevance | path

Searched defs:cmd_ops (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_trigger.c147 const struct event_command *cmd_ops = data->cmd_ops; in data_ops_trigger() local
973 struct event_trigger_data *trigger_data_alloc(struct event_command *cmd_ops, in trigger_data_alloc()
1041 int event_trigger_set_filter(struct event_command *cmd_ops, in event_trigger_set_filter()
1059 void event_trigger_reset_filter(struct event_command *cmd_ops, in event_trigger_reset_filter()
1078 int event_trigger_register(struct event_command *cmd_ops, in event_trigger_register()
1096 void event_trigger_unregister(struct event_command *cmd_ops, in event_trigger_unregister()
1125 event_trigger_parse(struct event_command *cmd_ops, in event_trigger_parse()
1751 int event_enable_trigger_parse(struct event_command *cmd_ops, in event_enable_trigger_parse()
H A Dtrace_eprobe.c490 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse()
H A Dtrace.h1933 struct event_command *cmd_ops; member
2199 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
2204 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()
H A Dtrace_events_hist.c6408 struct event_command *cmd_ops = data->cmd_ops; in event_hist_trigger_named_free() local
6630 struct event_command *cmd_ops; in hist_register_trigger() local
6822 static int event_hist_trigger_parse(struct event_command *cmd_ops, in event_hist_trigger_parse()