Searched refs:get_trigger_ops (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 826 trigger_ops = cmd_ops->get_trigger_ops(cmd, param); in trigger_data_alloc() 1413 .get_trigger_ops = onoff_get_trigger_ops, 1424 .get_trigger_ops = onoff_get_trigger_ops, 1513 .get_trigger_ops = snapshot_get_trigger_ops, 1609 .get_trigger_ops = stacktrace_get_trigger_ops, 1937 .get_trigger_ops = event_enable_get_trigger_ops, 1947 .get_trigger_ops = event_enable_get_trigger_ops,
|
H A D | trace.h | 1972 * @get_trigger_ops: The callback function invoked to retrieve the 1998 const struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param); member
|
H A D | trace_events_hist.c | 6915 .get_trigger_ops = event_hist_get_trigger_ops, 7030 .get_trigger_ops = hist_enable_get_trigger_ops, 7041 .get_trigger_ops = hist_enable_get_trigger_ops,
|