Lines Matching refs:event_trigger_ops
828 struct event_trigger_ops *trigger_ops; in event_trigger_alloc()
1370 static struct event_trigger_ops traceon_trigger_ops = {
1377 static struct event_trigger_ops traceon_count_trigger_ops = {
1384 static struct event_trigger_ops traceoff_trigger_ops = {
1391 static struct event_trigger_ops traceoff_count_trigger_ops = {
1398 static struct event_trigger_ops *
1401 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1494 static struct event_trigger_ops snapshot_trigger_ops = {
1501 static struct event_trigger_ops snapshot_count_trigger_ops = {
1508 static struct event_trigger_ops *
1589 static struct event_trigger_ops stacktrace_trigger_ops = {
1596 static struct event_trigger_ops stacktrace_count_trigger_ops = {
1603 static struct event_trigger_ops *
1714 static struct event_trigger_ops event_enable_trigger_ops = {
1721 static struct event_trigger_ops event_enable_count_trigger_ops = {
1728 static struct event_trigger_ops event_disable_trigger_ops = {
1735 static struct event_trigger_ops event_disable_count_trigger_ops = {
1919 static struct event_trigger_ops *
1922 struct event_trigger_ops *ops; in event_enable_get_trigger_ops()