Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_events_trigger.c22 if (data->cmd_ops->set_filter) in trigger_data_free()
23 data->cmd_ops->set_filter(NULL, data, NULL); in trigger_data_free()
77 if (event_command_post_trigger(data->cmd_ops)) { in event_triggers_call()
78 tt |= data->cmd_ops->trigger_type; in event_triggers_call()
108 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call()
528 if (data->filter || event_command_post_trigger(data->cmd_ops) || in update_cond_flag()
529 event_command_needs_rec(data->cmd_ops)) { in update_cond_flag()
565 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger()
612 if (data->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger()
642 event_trigger_callback(struct event_command *cmd_ops, in event_trigger_callback() argument
[all …]
Dtrace.h1555 struct event_command *cmd_ops; member
1584 extern int event_enable_trigger_func(struct event_command *cmd_ops,
1749 int (*func)(struct event_command *cmd_ops,
1800 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() argument
1802 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger()
1805 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec() argument
1807 return cmd_ops->flags & EVENT_CMD_FL_NEEDS_REC; in event_command_needs_rec()
Dtrace_events_hist.c1076 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var()
1128 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var()
2747 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter()
2757 static int event_hist_trigger_func(struct event_command *cmd_ops,
2802 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist()
5273 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show()
5552 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show()
5955 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger()
6044 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match()
6067 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_trigger_check_refs()
[all …]
Dtrace_eprobe.c586 static int eprobe_trigger_cmd_func(struct event_command *cmd_ops, in eprobe_trigger_cmd_func() argument
648 trigger->cmd_ops = &event_trigger_cmd; in new_eprobe_trigger()