Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/
Dsyscall.h25 struct syscall_metadata { struct
26 const char *name;
27 int syscall_nr;
28 int nb_args;
29 const char **types;
30 const char **args;
31 struct list_head enter_fields;
33 struct trace_event_call *enter_event;
34 struct trace_event_call *exit_event;