Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_events_trigger.c21 if (data->cmd_ops->set_filter) in trigger_data_free()
22 data->cmd_ops->set_filter(NULL, data, NULL); in trigger_data_free()
75 if (event_command_post_trigger(data->cmd_ops)) { in event_triggers_call()
76 tt |= data->cmd_ops->trigger_type; in event_triggers_call()
106 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call()
499 if (data->filter || event_command_post_trigger(data->cmd_ops) || in update_cond_flag()
500 event_command_needs_rec(data->cmd_ops)) { in update_cond_flag()
534 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger()
579 if (data->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger()
609 event_trigger_callback(struct event_command *cmd_ops, in event_trigger_callback() argument
[all …]
Dtrace.h1489 struct event_command *cmd_ops; member
1518 extern int event_enable_trigger_func(struct event_command *cmd_ops,
1683 int (*func)(struct event_command *cmd_ops,
1734 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() argument
1736 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger()
1739 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec() argument
1741 return cmd_ops->flags & EVENT_CMD_FL_NEEDS_REC; in event_command_needs_rec()
Dtrace_events_hist.c1500 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1550 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2808 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2818 static int event_hist_trigger_func(struct event_command *cmd_ops,
2861 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
4884 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5275 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
5362 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
5383 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs()
5408 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unregister_trigger()
[all …]