Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_events_trigger.c404 event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init()
422 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
523 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
567 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
610 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
802 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
810 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
817 static struct event_trigger_ops traceon_trigger_ops = {
824 static struct event_trigger_ops traceon_count_trigger_ops = {
831 static struct event_trigger_ops traceoff_trigger_ops = {
[all …]
Dtrace.h1097 struct event_trigger_ops *ops;
1141 struct event_trigger_ops { struct
1143 int (*init)(struct event_trigger_ops *ops, argument
1145 void (*free)(struct event_trigger_ops *ops, argument
1148 struct event_trigger_ops *ops, argument
1249 struct event_trigger_ops *ops,
1253 struct event_trigger_ops *ops,
1259 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);