Home
last modified time | relevance | path

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

/linux-5.19.10/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.c615 static struct event_trigger_ops eprobe_trigger_ops = {
644 static struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
Dtrace.h1550 struct event_trigger_ops *ops;
1683 struct event_trigger_ops { struct
1792 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
Dtrace_events_hist.c5787 static struct event_trigger_ops event_hist_trigger_ops = {
5819 static struct event_trigger_ops event_hist_trigger_named_ops = {
5826 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6419 static struct event_trigger_ops hist_enable_trigger_ops = {
6426 static struct event_trigger_ops hist_enable_count_trigger_ops = {
6433 static struct event_trigger_ops hist_disable_trigger_ops = {
6440 static struct event_trigger_ops hist_disable_count_trigger_ops = {
6447 static struct event_trigger_ops *
6450 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()