Home
last modified time | relevance | path

Searched refs:cmd_ops (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_trigger.c89 if (data->cmd_ops->set_filter) in trigger_data_free()
90 data->cmd_ops->set_filter(NULL, data, NULL); in trigger_data_free()
140 const struct event_command *cmd_ops = data->cmd_ops; in data_ops_trigger() local
143 if (!cmd_ops->count_func(data, buffer, rec, event)) in data_ops_trigger()
147 cmd_ops->trigger(data, buffer, rec, event); in data_ops_trigger()
198 if (event_command_post_trigger(data->cmd_ops)) { in event_triggers_call()
199 tt |= data->cmd_ops->trigger_type; in event_triggers_call()
243 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call()
313 data->cmd_ops->print(m, data); in trigger_show()
639 if (data->cmd_ops->free) in clear_event_triggers()
[all …]
H A Dtrace_events_hist.c1153 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1205 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2881 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2891 static int event_hist_trigger_parse(struct event_command *cmd_ops,
2937 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
5713 data->cmd_ops->print(m, data); in hist_trigger_show()
5741 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) { in get_hist_hit_count()
5763 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
6042 data->cmd_ops->print(m, data); in hist_trigger_debug_show()
6115 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show()
[all …]
H A Dtrace.h1861 struct event_command *cmd_ops; member
1893 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1904 trigger_data_alloc(struct event_command *cmd_ops, char *cmd, char *param,
1934 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1938 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1940 extern int event_trigger_register(struct event_command *cmd_ops,
1944 extern void event_trigger_unregister(struct event_command *cmd_ops,
2065 int (*parse)(struct event_command *cmd_ops,
2126 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() argument
2128 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger()
[all …]
H A Dtrace_eprobe.c487 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse() argument
547 trigger->cmd_ops = &event_trigger_cmd; in new_eprobe_trigger()
H A Dtrace_events.c1756 data->cmd_ops->print(m, data); in t_show_triggers()