Searched refs:cmd_ops (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A 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() 80 tt |= data->cmd_ops->trigger_type; in event_triggers_call() 124 if (data->cmd_ops->trigger_type & tt) in event_triggers_post_call() 555 if (test->cmd_ops->trigger_type == data->cmd_ops->trigger_type) { in register_trigger() 591 if (iter->cmd_ops->trigger_type == test->cmd_ops->trigger_type) { in try_unregister_trigger() 838 trigger_data->cmd_ops = cmd_ops; in event_trigger_alloc() 897 if (param && cmd_ops->set_filter) in event_trigger_set_filter() 913 if (cmd_ops->set_filter) in event_trigger_reset_filter() 1865 (test->cmd_ops->trigger_type == in event_enable_register_trigger() [all …]
|
| H A D | trace.h | 1738 struct event_command *cmd_ops; member 1765 extern int event_enable_trigger_parse(struct event_command *cmd_ops, 1802 event_trigger_alloc(struct event_command *cmd_ops, 1808 extern int event_trigger_set_filter(struct event_command *cmd_ops, 1812 extern void event_trigger_reset_filter(struct event_command *cmd_ops, 1814 extern int event_trigger_register(struct event_command *cmd_ops, 1818 extern void event_trigger_unregister(struct event_command *cmd_ops, 1968 int (*parse)(struct event_command *cmd_ops, 2020 return cmd_ops->flags & EVENT_CMD_FL_POST_TRIGGER; in event_command_post_trigger() 2023 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec() argument [all …]
|
| H A D | trace_events_hist.c | 1136 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_var() 1188 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_file_var() 2842 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_trigger_filter() 2898 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in find_compatible_hist() 5608 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) { in get_hist_hit_count() 5630 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_show() 5975 if (data->cmd_ops->trigger_type == ETT_EVENT_HIST) in hist_debug_show() 6381 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in existing_hist_update_only() 6425 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_register_trigger() 6504 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in have_hist_trigger_match() [all …]
|
| H A D | trace_eprobe.c | 488 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse() argument 552 trigger->cmd_ops = &event_trigger_cmd; in new_eprobe_trigger()
|