• Home
  • Raw
  • Download

Lines Matching refs:cmd_ops

1076 		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()
6094 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unregister_trigger()
6122 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_file_check_refs()
6145 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_unreg_all()
6164 static int event_hist_trigger_func(struct event_command *cmd_ops, in event_hist_trigger_func() argument
6247 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_hist_trigger_func()
6257 trigger_data->cmd_ops = cmd_ops; in event_hist_trigger_func()
6265 if (param && cmd_ops->set_filter) { in event_hist_trigger_func()
6266 ret = cmd_ops->set_filter(param, trigger_data, file); in event_hist_trigger_func()
6280 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
6289 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_hist_trigger_func()
6335 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
6337 if (cmd_ops->set_filter) in event_hist_trigger_func()
6338 cmd_ops->set_filter(NULL, trigger_data, NULL); in event_hist_trigger_func()
6380 if (test->cmd_ops->trigger_type == ETT_EVENT_HIST) { in hist_enable_trigger()
6454 if (test->cmd_ops->trigger_type == ETT_HIST_ENABLE) { in hist_enable_unreg_all()