Searched refs:event_trigger_ops (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/kernel/trace/ |
D | trace_events_trigger.c | 431 int event_trigger_init(struct event_trigger_ops *ops, in event_trigger_init() 449 event_trigger_free(struct event_trigger_ops *ops, in event_trigger_free() 554 static int register_trigger(char *glob, struct event_trigger_ops *ops, in register_trigger() 601 static void unregister_trigger(char *glob, struct event_trigger_ops *ops, in unregister_trigger() 646 struct event_trigger_ops *trigger_ops; in event_trigger_callback() 1010 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print() 1018 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print() 1025 static struct event_trigger_ops traceon_trigger_ops = { 1032 static struct event_trigger_ops traceon_count_trigger_ops = { 1039 static struct event_trigger_ops traceoff_trigger_ops = { [all …]
|
D | trace.h | 1524 struct event_trigger_ops *ops; 1550 struct event_trigger_ops *ops, 1552 extern void event_enable_trigger_free(struct event_trigger_ops *ops, 1558 struct event_trigger_ops *ops, 1562 struct event_trigger_ops *ops, 1566 extern int event_trigger_init(struct event_trigger_ops *ops, 1626 struct event_trigger_ops { struct 1630 int (*init)(struct event_trigger_ops *ops, argument 1632 void (*free)(struct event_trigger_ops *ops, argument 1635 struct event_trigger_ops *ops, argument [all …]
|
D | trace_eprobe.c | 522 static int eprobe_trigger_init(struct event_trigger_ops *ops, in eprobe_trigger_init() 528 static void eprobe_trigger_free(struct event_trigger_ops *ops, in eprobe_trigger_free() 535 struct event_trigger_ops *ops, in eprobe_trigger_print() 551 static struct event_trigger_ops eprobe_trigger_ops = { 565 static int eprobe_trigger_reg_func(char *glob, struct event_trigger_ops *ops, in eprobe_trigger_reg_func() 572 static void eprobe_trigger_unreg_func(char *glob, struct event_trigger_ops *ops, in eprobe_trigger_unreg_func() 579 static struct event_trigger_ops *eprobe_trigger_get_ops(char *cmd, in eprobe_trigger_get_ops()
|
D | trace_events_hist.c | 5238 struct event_trigger_ops *ops, in event_hist_trigger_print() 5346 static int event_hist_trigger_init(struct event_trigger_ops *ops, in event_hist_trigger_init() 5375 static void event_hist_trigger_free(struct event_trigger_ops *ops, in event_hist_trigger_free() 5398 static struct event_trigger_ops event_hist_trigger_ops = { 5405 static int event_hist_trigger_named_init(struct event_trigger_ops *ops, in event_hist_trigger_named_init() 5417 static void event_hist_trigger_named_free(struct event_trigger_ops *ops, in event_hist_trigger_named_free() 5432 static struct event_trigger_ops event_hist_trigger_named_ops = { 5439 static struct event_trigger_ops *event_hist_get_trigger_ops(char *cmd, in event_hist_get_trigger_ops() 5550 static int hist_register_trigger(char *glob, struct event_trigger_ops *ops, in hist_register_trigger() 5702 static void hist_unregister_trigger(char *glob, struct event_trigger_ops *ops, in hist_unregister_trigger() [all …]
|