Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/trace/
Dtrace_events_trigger.c150 struct event_command *p; in trigger_show()
194 struct event_command *p; in event_trigger_regex_open()
220 struct event_command *p; in trigger_process_regex()
329 __init int register_event_command(struct event_command *cmd) in register_event_command()
331 struct event_command *p; in register_event_command()
352 __init int unregister_event_command(struct event_command *cmd) in unregister_event_command()
354 struct event_command *p, *n; in unregister_event_command()
628 event_trigger_callback(struct event_command *cmd_ops, in event_trigger_callback()
1091 static struct event_command trigger_traceon_cmd = {
1101 static struct event_command trigger_traceoff_cmd = {
[all …]
Dtrace.h1715 struct event_command *cmd_ops;
1744 extern int event_enable_trigger_func(struct event_command *cmd_ops,
1775 extern int register_event_command(struct event_command *cmd);
1776 extern int unregister_event_command(struct event_command *cmd);
1904 struct event_command { struct
1909 int (*func)(struct event_command *cmd_ops, argument
1960 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
1965 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()
Dtrace_events_hist.c2351 static struct event_command trigger_hist_cmd;
2352 static int event_hist_trigger_func(struct event_command *cmd_ops,
5684 static int event_hist_trigger_func(struct event_command *cmd_ops, in event_hist_trigger_func()
5855 static struct event_command trigger_hist_cmd = {
5969 static struct event_command trigger_hist_enable_cmd = {
5980 static struct event_command trigger_hist_disable_cmd = {