Home
last modified time | relevance | path

Searched defs:syscall_metadata (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/trace/
Dsyscall.h24 struct syscall_metadata { struct
25 const char *name;
26 int syscall_nr;
27 int nb_args;
28 const char **types;
29 const char **args;
30 struct list_head enter_fields;
32 struct trace_event_call *enter_event;
33 struct trace_event_call *exit_event;