Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_trigger.c418 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init()
436 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free()
541 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger()
588 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger()
633 struct event_trigger_ops *trigger_ops; in event_trigger_callback()
1032 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
1040 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
1047 static struct event_trigger_ops traceon_trigger_ops = {
1054 static struct event_trigger_ops traceon_count_trigger_ops = {
1061 static struct event_trigger_ops traceoff_trigger_ops = {
[all …]
H A Dtrace.h1714 struct event_trigger_ops *ops;
1740 struct event_trigger_ops *ops,
1742 extern void event_enable_trigger_free(struct event_trigger_ops *ops,
1748 struct event_trigger_ops *ops,
1752 struct event_trigger_ops *ops,
1756 extern int event_trigger_init(struct event_trigger_ops *ops,
1816 struct event_trigger_ops { struct
1820 int (*init)(struct event_trigger_ops *ops, argument
1822 void (*free)(struct event_trigger_ops *ops, argument
1825 struct event_trigger_ops *ops, argument
[all …]
H A Dtrace_events_hist.c5130 struct event_trigger_ops *ops, in event_hist_trigger_print()
5238 static int event_hist_trigger_init(struct event_trigger_ops *ops, in event_hist_trigger_init()
5266 static void event_hist_trigger_free(struct event_trigger_ops *ops, in event_hist_trigger_free()
5289 static struct event_trigger_ops event_hist_trigger_ops = {
5296 static int event_hist_trigger_named_init(struct event_trigger_ops *ops, in event_hist_trigger_named_init()
5308 static void event_hist_trigger_named_free(struct event_trigger_ops *ops, in event_hist_trigger_named_free()
5323 static struct event_trigger_ops event_hist_trigger_named_ops = {
5330 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops()
5441 static int hist_register_trigger(char *glob, struct event_trigger_ops *ops, in hist_register_trigger()
5593 static void hist_unregister_trigger(char *glob, struct event_trigger_ops *ops, in hist_unregister_trigger()
[all …]