Home
last modified time | relevance | path

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

/linux-4.4.14/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.h1159 struct event_trigger_ops *ops;
1203 struct event_trigger_ops { struct
1205 int (*init)(struct event_trigger_ops *ops, argument
1207 void (*free)(struct event_trigger_ops *ops, argument
1210 struct event_trigger_ops *ops, argument
1311 struct event_trigger_ops *ops,
1315 struct event_trigger_ops *ops,
1321 struct event_trigger_ops *(*get_trigger_ops)(char *cmd, char *param);