Searched refs:event_command (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| A 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() 361 struct event_command *p; in register_event_command() 384 struct event_command *p, *n; in unregister_event_command() 997 event_trigger_parse(struct event_command *cmd_ops, in event_trigger_parse() 1435 static struct event_command trigger_traceon_cmd = { 1445 static struct event_command trigger_traceoff_cmd = { 1535 static struct event_command trigger_snapshot_cmd = { 1962 static struct event_command trigger_enable_cmd = { [all …]
|
| A D | trace.h | 1695 struct event_command *cmd_ops; 1722 extern int event_enable_trigger_parse(struct event_command *cmd_ops, 1751 extern int register_event_command(struct event_command *cmd); 1752 extern int unregister_event_command(struct event_command *cmd); 1759 event_trigger_alloc(struct event_command *cmd_ops, 1765 extern int event_trigger_set_filter(struct event_command *cmd_ops, 1769 extern void event_trigger_reset_filter(struct event_command *cmd_ops, 1771 extern int event_trigger_register(struct event_command *cmd_ops, 1775 extern void event_trigger_unregister(struct event_command *cmd_ops, 1920 struct event_command { struct [all …]
|
| A 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 = {
|
| A D | trace_events_hist.c | 2854 static struct event_command trigger_hist_cmd; 2855 static int event_hist_trigger_parse(struct event_command *cmd_ops, 6539 static int event_hist_trigger_parse(struct event_command *cmd_ops, in event_hist_trigger_parse() 6702 static struct event_command trigger_hist_cmd = { 6818 static struct event_command trigger_hist_enable_cmd = { 6829 static struct event_command trigger_hist_disable_cmd = {
|
Completed in 30 milliseconds