Searched refs:event_command (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 180 struct event_command *p; in trigger_show() 222 struct event_command *p; in event_trigger_regex_open() 246 struct event_command *p; in trigger_process_regex() 345 __init int register_event_command(struct event_command *cmd) in register_event_command() 347 struct event_command *p; in register_event_command() 364 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command() 366 struct event_command *p, *n; in unregister_event_command() 818 struct event_trigger_data *trigger_data_alloc(struct event_command *cmd_ops, in trigger_data_alloc() 888 int event_trigger_set_filter(struct event_command *cmd_ops, in event_trigger_set_filter() 906 void event_trigger_reset_filter(struct event_command *cmd_ops, in event_trigger_reset_filter() [all …]
|
H A D | trace.h | 1756 struct event_command *cmd_ops; 1783 extern int event_enable_trigger_parse(struct event_command *cmd_ops, 1794 trigger_data_alloc(struct event_command *cmd_ops, char *cmd, char *param, 1815 extern int register_event_command(struct event_command *cmd); 1816 extern int unregister_event_command(struct event_command *cmd); 1824 extern int event_trigger_set_filter(struct event_command *cmd_ops, 1828 extern void event_trigger_reset_filter(struct event_command *cmd_ops, 1830 extern int event_trigger_register(struct event_command *cmd_ops, 1834 extern void event_trigger_unregister(struct event_command *cmd_ops, 1979 struct event_command { struct [all …]
|
H A D | trace_events_hist.c | 2875 static struct event_command trigger_hist_cmd; 2876 static int event_hist_trigger_parse(struct event_command *cmd_ops, 6744 static int event_hist_trigger_parse(struct event_command *cmd_ops, in event_hist_trigger_parse() 6907 static struct event_command trigger_hist_cmd = { 7023 static struct event_command trigger_hist_enable_cmd = { 7034 static struct event_command trigger_hist_disable_cmd = {
|