Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_events_trigger.c163 struct event_command *p; in trigger_show()
207 struct event_command *p; in event_trigger_regex_open()
233 struct event_command *p; in trigger_process_regex()
342 __init int register_event_command(struct event_command *cmd) in register_event_command()
344 struct event_command *p; in register_event_command()
365 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command()
367 struct event_command *p, *n; in unregister_event_command()
641 event_trigger_callback(struct event_command *cmd_ops, in event_trigger_callback()
1069 static struct event_command trigger_traceon_cmd = {
1079 static struct event_command trigger_traceoff_cmd = {
[all …]
Dtrace.h1525 struct event_command *cmd_ops;
1554 extern int event_enable_trigger_func(struct event_command *cmd_ops,
1585 extern int register_event_command(struct event_command *cmd);
1586 extern int unregister_event_command(struct event_command *cmd);
1714 struct event_command { struct
1719 int (*func)(struct event_command *cmd_ops, argument
1770 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
1775 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()
Dtrace_eprobe.c558 static int eprobe_trigger_cmd_func(struct event_command *cmd_ops, in eprobe_trigger_cmd_func()
585 static struct event_command event_trigger_cmd = {
Dtrace_events_hist.c2408 static struct event_command trigger_hist_cmd;
2409 static int event_hist_trigger_func(struct event_command *cmd_ops,
5786 static int event_hist_trigger_func(struct event_command *cmd_ops, in event_hist_trigger_func()
5957 static struct event_command trigger_hist_cmd = {
6073 static struct event_command trigger_hist_enable_cmd = {
6084 static struct event_command trigger_hist_disable_cmd = {