Searched refs:get_trigger_ops (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 835 trigger_ops = cmd_ops->get_trigger_ops(cmd, param); in event_trigger_alloc() 1425 .get_trigger_ops = onoff_get_trigger_ops, 1436 .get_trigger_ops = onoff_get_trigger_ops, 1514 .get_trigger_ops = snapshot_get_trigger_ops, 1610 .get_trigger_ops = stacktrace_get_trigger_ops, 1941 .get_trigger_ops = event_enable_get_trigger_ops, 1951 .get_trigger_ops = event_enable_get_trigger_ops,
|
H A D | trace_eprobe.c | 524 .get_trigger_ops = eprobe_trigger_get_ops,
|
H A D | trace.h | 1850 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param); member
|
H A D | trace_events_hist.c | 6718 .get_trigger_ops = event_hist_get_trigger_ops, 6833 .get_trigger_ops = hist_enable_get_trigger_ops, 6844 .get_trigger_ops = hist_enable_get_trigger_ops,
|