Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_trigger.c648 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_trigger_callback()
1097 .get_trigger_ops = onoff_get_trigger_ops,
1108 .get_trigger_ops = onoff_get_trigger_ops,
1183 .get_trigger_ops = snapshot_get_trigger_ops,
1280 .get_trigger_ops = stacktrace_get_trigger_ops,
1456 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_enable_trigger_func()
1657 .get_trigger_ops = event_enable_get_trigger_ops,
1667 .get_trigger_ops = event_enable_get_trigger_ops,
H A Dtrace_events_hist.c5750 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_hist_trigger_func()
5856 .get_trigger_ops = event_hist_get_trigger_ops,
5969 .get_trigger_ops = hist_enable_get_trigger_ops,
5980 .get_trigger_ops = hist_enable_get_trigger_ops,
H A Dtrace.h1924 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param); member