Home
last modified time | relevance | path

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

/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()
1473 static struct event_trigger_ops snapshot_trigger_ops = {
1480 static struct event_trigger_ops snapshot_count_trigger_ops = {
1487 static struct event_trigger_ops *
[all …]
Dtrace_eprobe.c576 static struct event_trigger_ops eprobe_trigger_ops = {
605 static struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
Dtrace.h1547 struct event_trigger_ops *ops;
1680 struct event_trigger_ops { struct
1789 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);
Dtrace_events_hist.c6021 static struct event_trigger_ops event_hist_trigger_ops = {
6053 static struct event_trigger_ops event_hist_trigger_named_ops = {
6060 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
6656 static struct event_trigger_ops hist_enable_trigger_ops = {
6663 static struct event_trigger_ops hist_enable_count_trigger_ops = {
6670 static struct event_trigger_ops hist_disable_trigger_ops = {
6677 static struct event_trigger_ops hist_disable_count_trigger_ops = {
6684 static struct event_trigger_ops *
6687 struct event_trigger_ops *ops; in hist_enable_get_trigger_ops()