Home
last modified time | relevance | path

Searched refs:event_command (Results 1 – 4 of 4) sorted by relevance

/kernel/trace/
Dtrace_events_trigger.c178 struct event_command *p; in trigger_show()
222 struct event_command *p; in event_trigger_regex_open()
248 struct event_command *p; in trigger_process_regex()
357 __init int register_event_command(struct event_command *cmd) in register_event_command()
359 struct event_command *p; in register_event_command()
380 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command()
382 struct event_command *p, *n; in unregister_event_command()
825 struct event_trigger_data *event_trigger_alloc(struct event_command *cmd_ops, in event_trigger_alloc()
895 int event_trigger_set_filter(struct event_command *cmd_ops, in event_trigger_set_filter()
913 void event_trigger_reset_filter(struct event_command *cmd_ops, in event_trigger_reset_filter()
[all …]
Dtrace.h1548 struct event_command *cmd_ops;
1575 extern int event_enable_trigger_parse(struct event_command *cmd_ops,
1604 extern int register_event_command(struct event_command *cmd);
1605 extern int unregister_event_command(struct event_command *cmd);
1612 event_trigger_alloc(struct event_command *cmd_ops,
1618 extern int event_trigger_set_filter(struct event_command *cmd_ops,
1622 extern void event_trigger_reset_filter(struct event_command *cmd_ops,
1624 extern int event_trigger_register(struct event_command *cmd_ops,
1628 extern void event_trigger_unregister(struct event_command *cmd_ops,
1770 struct event_command { struct
[all …]
Dtrace_eprobe.c583 static int eprobe_trigger_cmd_parse(struct event_command *cmd_ops, in eprobe_trigger_cmd_parse()
611 static struct event_command event_trigger_cmd = {
Dtrace_events_hist.c2829 static struct event_command trigger_hist_cmd;
2830 static int event_hist_trigger_parse(struct event_command *cmd_ops,
6438 static int event_hist_trigger_parse(struct event_command *cmd_ops, in event_hist_trigger_parse()
6601 static struct event_command trigger_hist_cmd = {
6717 static struct event_command trigger_hist_enable_cmd = {
6728 static struct event_command trigger_hist_disable_cmd = {