Home
last modified time | relevance | path

Searched refs:event_trigger_ops (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_trigger.c824 const struct event_trigger_ops *trigger_ops; in trigger_data_alloc()
1363 static const struct event_trigger_ops traceon_trigger_ops = {
1370 static const struct event_trigger_ops traceon_count_trigger_ops = {
1377 static const struct event_trigger_ops traceoff_trigger_ops = {
1384 static const struct event_trigger_ops traceoff_count_trigger_ops = {
1391 static const struct event_trigger_ops *
1394 const struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1487 static const struct event_trigger_ops snapshot_trigger_ops = {
1494 static const struct event_trigger_ops snapshot_count_trigger_ops = {
1501 static const struct event_trigger_ops *
[all …]
H A Dtrace_eprobe.c487 static const struct event_trigger_ops eprobe_trigger_ops = {
516 static const struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
H A Dtrace.h1761 const struct event_trigger_ops *ops;
1895 struct event_trigger_ops { struct
2004 const struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
H A Dtrace_events_hist.c6329 static const struct event_trigger_ops event_hist_trigger_ops = {
6359 static const struct event_trigger_ops event_hist_trigger_named_ops = {
6366 static const struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6962 static const struct event_trigger_ops hist_enable_trigger_ops = {
6969 static const struct event_trigger_ops hist_enable_count_trigger_ops = {
6976 static const struct event_trigger_ops hist_disable_trigger_ops = {
6983 static const struct event_trigger_ops hist_disable_count_trigger_ops = {
6990 static const struct event_trigger_ops *
6993 const struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()