Searched refs:event_command (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_events_trigger.c | 84 const struct event_command *cmd_ops = data->cmd_ops; in data_ops_trigger() 243 struct event_command *p; in trigger_show() 285 struct event_command *p; in event_trigger_regex_open() 309 struct event_command *p; in trigger_process_regex() 403 __init int register_event_command(struct event_command *cmd) in register_event_command() 405 struct event_command *p; in register_event_command() 422 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command() 424 struct event_command *p, *n; in unregister_event_command() 910 struct event_trigger_data *trigger_data_alloc(struct event_command *cmd_ops, in trigger_data_alloc() 978 int event_trigger_set_filter(struct event_command *cmd_ops, in event_trigger_set_filter() [all …]
|
| H A D | trace.h | 1861 struct event_command *cmd_ops; 1893 extern int event_enable_trigger_parse(struct event_command *cmd_ops, 1904 trigger_data_alloc(struct event_command *cmd_ops, char *cmd, char *param, 1925 extern int register_event_command(struct event_command *cmd); 1926 extern int unregister_event_command(struct event_command *cmd); 1934 extern int event_trigger_set_filter(struct event_command *cmd_ops, 1938 extern void event_trigger_reset_filter(struct event_command *cmd_ops, 1940 extern int event_trigger_register(struct event_command *cmd_ops, 1944 extern void event_trigger_unregister(struct event_command *cmd_ops, 2060 struct event_command { struct [all …]
|
| H A D | trace_eprobe.c | 487 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse() 509 static struct event_command event_trigger_cmd = {
|
| H A D | trace_events_hist.c | 2890 static struct event_command trigger_hist_cmd; 2891 static int event_hist_trigger_parse(struct event_command *cmd_ops, 6378 struct event_command *cmd_ops = data->cmd_ops; in event_hist_trigger_named_free() 6599 struct event_command *cmd_ops; in hist_register_trigger() 6789 static int event_hist_trigger_parse(struct event_command *cmd_ops, in event_hist_trigger_parse() 6950 static struct event_command trigger_hist_cmd = { 7009 static struct event_command trigger_hist_enable_cmd = { 7024 static struct event_command trigger_hist_disable_cmd = {
|