Home
last modified time | relevance | path

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

/linux/kernel/trace/
A 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()
344 struct event_command *p; in register_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 = {
1157 static struct event_command trigger_snapshot_cmd = {
1628 static struct event_command trigger_enable_cmd = {
[all …]
A Dtrace.h1546 struct event_command *cmd_ops;
1575 extern int event_enable_trigger_func(struct event_command *cmd_ops,
1606 extern int register_event_command(struct event_command *cmd);
1607 extern int unregister_event_command(struct event_command *cmd);
1735 struct event_command { struct
1740 int (*func)(struct event_command *cmd_ops, argument
1791 static inline bool event_command_post_trigger(struct event_command *cmd_ops) in event_command_post_trigger()
1796 static inline bool event_command_needs_rec(struct event_command *cmd_ops) in event_command_needs_rec()
A 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 = {
A Dtrace_events_hist.c2747 static struct event_command trigger_hist_cmd;
2748 static int event_hist_trigger_func(struct event_command *cmd_ops,
6132 static int event_hist_trigger_func(struct event_command *cmd_ops, in event_hist_trigger_func()
6313 static struct event_command trigger_hist_cmd = {
6429 static struct event_command trigger_hist_enable_cmd = {
6440 static struct event_command trigger_hist_disable_cmd = {

Completed in 29 milliseconds