Searched refs:event_command (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/kernel/trace/ |
D | trace_events_trigger.c | 180 struct event_command *p; in trigger_show() 224 struct event_command *p; in event_trigger_regex_open() 250 struct event_command *p; in trigger_process_regex() 359 __init int register_event_command(struct event_command *cmd) in register_event_command() 361 struct event_command *p; in register_event_command() 382 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command() 384 struct event_command *p, *n; in unregister_event_command() 827 struct event_trigger_data *event_trigger_alloc(struct event_command *cmd_ops, in event_trigger_alloc() 897 int event_trigger_set_filter(struct event_command *cmd_ops, in event_trigger_set_filter() 915 void event_trigger_reset_filter(struct event_command *cmd_ops, in event_trigger_reset_filter() [all …]
|
D | trace.h | 1582 struct event_command *cmd_ops; 1609 extern int event_enable_trigger_parse(struct event_command *cmd_ops, 1638 extern int register_event_command(struct event_command *cmd); 1639 extern int unregister_event_command(struct event_command *cmd); 1646 event_trigger_alloc(struct event_command *cmd_ops, 1652 extern int event_trigger_set_filter(struct event_command *cmd_ops, 1656 extern void event_trigger_reset_filter(struct event_command *cmd_ops, 1658 extern int event_trigger_register(struct event_command *cmd_ops, 1662 extern void event_trigger_unregister(struct event_command *cmd_ops, 1804 struct event_command { struct [all …]
|
D | trace_eprobe.c | 488 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse() 516 static struct event_command event_trigger_cmd = {
|
D | trace_events_hist.c | 2861 static struct event_command trigger_hist_cmd; 2862 static int event_hist_trigger_parse(struct event_command *cmd_ops, 6543 static int event_hist_trigger_parse(struct event_command *cmd_ops, in event_hist_trigger_parse() 6706 static struct event_command trigger_hist_cmd = { 6822 static struct event_command trigger_hist_enable_cmd = { 6833 static struct event_command trigger_hist_disable_cmd = {
|