Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_events_trigger.c831 struct event_trigger_ops *trigger_ops; in event_trigger_alloc()
1360 static struct event_trigger_ops traceon_trigger_ops = {
1367 static struct event_trigger_ops traceon_count_trigger_ops = {
1374 static struct event_trigger_ops traceoff_trigger_ops = {
1381 static struct event_trigger_ops traceoff_count_trigger_ops = {
1388 static struct event_trigger_ops *
1391 struct event_trigger_ops *ops; in onoff_get_trigger_ops()
1471 static struct event_trigger_ops snapshot_trigger_ops = {
1478 static struct event_trigger_ops snapshot_count_trigger_ops = {
1485 static struct event_trigger_ops *
[all …]
Dtrace_eprobe.c573 static struct event_trigger_ops eprobe_trigger_ops = {
602 static struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
Dtrace.h1538 struct event_trigger_ops *ops;
1671 struct event_trigger_ops { struct
1780 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
Dtrace_events_hist.c5881 static struct event_trigger_ops event_hist_trigger_ops = {
5913 static struct event_trigger_ops event_hist_trigger_named_ops = {
5920 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6513 static struct event_trigger_ops hist_enable_trigger_ops = {
6520 static struct event_trigger_ops hist_enable_count_trigger_ops = {
6527 static struct event_trigger_ops hist_disable_trigger_ops = {
6534 static struct event_trigger_ops hist_disable_count_trigger_ops = {
6541 static struct event_trigger_ops *
6544 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()