Searched refs:cmd_ops (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/kernel/trace/ |
D | trace_events_trigger.c | 22 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() 122 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call() 538 if (data->filter || event_command_post_trigger(data->cmd_ops) || in update_cond_flag() 539 event_command_needs_rec(data->cmd_ops)) { in update_cond_flag() 574 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger() 618 if (iter->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in unregister_trigger() 825 struct event_trigger_data *event_trigger_alloc(struct event_command *cmd_ops, in event_trigger_alloc() argument [all …]
|
D | trace.h | 1539 struct event_command *cmd_ops; member 1566 extern int event_enable_trigger_parse(struct event_command *cmd_ops, 1603 event_trigger_alloc(struct event_command *cmd_ops, 1609 extern int event_trigger_set_filter(struct event_command *cmd_ops, 1613 extern void event_trigger_reset_filter(struct event_command *cmd_ops, 1615 extern int event_trigger_register(struct event_command *cmd_ops, 1619 extern void event_trigger_unregister(struct event_command *cmd_ops, 1766 int (*parse)(struct event_command *cmd_ops, 1816 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger() argument 1818 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger() [all …]
|
D | trace_events_hist.c | 1142 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var() 1194 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var() 2803 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter() 2813 static int event_hist_trigger_parse(struct event_command *cmd_ops, 2859 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist() 5385 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show() 5662 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show() 6056 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only() 6100 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger() 6179 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match() [all …]
|
D | trace_eprobe.c | 580 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse() argument 644 trigger->cmd_ops = &event_trigger_cmd; in new_eprobe_trigger()
|