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.c828 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 *
[all …]
H A Dtrace_eprobe.c481 static struct event_trigger_ops eprobe_trigger_ops = {
510 static struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
H A Dtrace.h1717 struct event_trigger_ops *ops;
1853 struct event_trigger_ops { struct
1962 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
H A Dtrace_events_hist.c6206 static struct event_trigger_ops event_hist_trigger_ops = {
6238 static struct event_trigger_ops event_hist_trigger_named_ops = {
6245 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6841 static struct event_trigger_ops hist_enable_trigger_ops = {
6848 static struct event_trigger_ops hist_enable_count_trigger_ops = {
6855 static struct event_trigger_ops hist_disable_trigger_ops = {
6862 static struct event_trigger_ops hist_disable_count_trigger_ops = {
6869 static struct event_trigger_ops *
6872 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()