Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_events_trigger.c154 struct event_command *p; in trigger_show()
207 struct event_command *p; in trigger_process_regex()
314 static __init int register_event_command(struct event_command *cmd) in register_event_command()
316 struct event_command *p; in register_event_command()
337 static __init int unregister_event_command(struct event_command *cmd) in unregister_event_command()
339 struct event_command *p, *n; in unregister_event_command()
605 event_trigger_callback(struct event_command *cmd_ops, in event_trigger_callback()
861 static struct event_command trigger_traceon_cmd = {
871 static struct event_command trigger_traceoff_cmd = {
943 static struct event_command trigger_snapshot_cmd = {
[all …]
Dtrace.h1160 struct event_command *cmd_ops;
1302 struct event_command { struct
1307 int (*func)(struct event_command *cmd_ops, argument