Searched refs:event_trigger_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace_events_trigger.c | 646 struct event_trigger_ops *trigger_ops; in event_trigger_callback() 1053 static struct event_trigger_ops * 1056 struct event_trigger_ops *ops; in onoff_get_trigger_ops() 1151 static struct event_trigger_ops * 1242 static struct event_trigger_ops * 1312 struct event_trigger_ops *ops, in event_enable_trigger_print() 1390 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func() 1535 struct event_trigger_ops *ops, in event_enable_register_trigger() 1577 struct event_trigger_ops *ops, in event_enable_unregister_trigger() 1606 static struct event_trigger_ops * [all …]
|
| A D | trace.h | 1545 struct event_trigger_ops *ops; 1571 struct event_trigger_ops *ops, 1579 struct event_trigger_ops *ops, 1583 struct event_trigger_ops *ops, 1587 extern int event_trigger_init(struct event_trigger_ops *ops, 1647 struct event_trigger_ops { struct 1651 int (*init)(struct event_trigger_ops *ops, argument 1653 void (*free)(struct event_trigger_ops *ops, argument 1656 struct event_trigger_ops *ops, argument 1744 struct event_trigger_ops *ops, [all …]
|
| A 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()
|
| A D | trace_events_hist.c | 5584 struct event_trigger_ops *ops, in event_hist_trigger_print() 5692 static int event_hist_trigger_init(struct event_trigger_ops *ops, in event_hist_trigger_init() 5721 static void event_hist_trigger_free(struct event_trigger_ops *ops, in event_hist_trigger_free() 5744 static struct event_trigger_ops event_hist_trigger_ops = { 5778 static struct event_trigger_ops event_hist_trigger_named_ops = { 6139 struct event_trigger_ops *trigger_ops; in event_hist_trigger_func() 6368 static struct event_trigger_ops hist_enable_trigger_ops = { 6375 static struct event_trigger_ops hist_enable_count_trigger_ops = { 6382 static struct event_trigger_ops hist_disable_trigger_ops = { 6396 static struct event_trigger_ops * [all …]
|
Completed in 28 milliseconds