Home
last modified time | relevance | path

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

/linux-6.6.21/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()
1488 static struct event_trigger_ops snapshot_trigger_ops = {
1495 static struct event_trigger_ops snapshot_count_trigger_ops = {
1502 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.h1582 struct event_trigger_ops *ops;
1718 struct event_trigger_ops { struct
1827 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
Dtrace_events_hist.c6130 static struct event_trigger_ops event_hist_trigger_ops = {
6162 static struct event_trigger_ops event_hist_trigger_named_ops = {
6169 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6765 static struct event_trigger_ops hist_enable_trigger_ops = {
6772 static struct event_trigger_ops hist_enable_count_trigger_ops = {
6779 static struct event_trigger_ops hist_disable_trigger_ops = {
6786 static struct event_trigger_ops hist_disable_count_trigger_ops = {
6793 static struct event_trigger_ops *
6796 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()