Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_events_trigger.c833 struct event_trigger_ops *trigger_ops; in event_trigger_alloc()
1375 static struct event_trigger_ops traceon_trigger_ops = {
1382 static struct event_trigger_ops traceon_count_trigger_ops = {
1389 static struct event_trigger_ops traceoff_trigger_ops = {
1396 static struct event_trigger_ops traceoff_count_trigger_ops = {
1403 static struct event_trigger_ops *
1406 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1486 static struct event_trigger_ops snapshot_trigger_ops = {
1493 static struct event_trigger_ops snapshot_count_trigger_ops = {
1500 static struct event_trigger_ops *
[all …]
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()
Dtrace.h1581 struct event_trigger_ops *ops;
1714 struct event_trigger_ops { struct
1823 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
Dtrace_events_hist.c6126 static struct event_trigger_ops event_hist_trigger_ops = {
6158 static struct event_trigger_ops event_hist_trigger_named_ops = {
6165 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6761 static struct event_trigger_ops hist_enable_trigger_ops = {
6768 static struct event_trigger_ops hist_enable_count_trigger_ops = {
6775 static struct event_trigger_ops hist_disable_trigger_ops = {
6782 static struct event_trigger_ops hist_disable_count_trigger_ops = {
6789 static struct event_trigger_ops *
6792 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()