Home
last modified time | relevance | path

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

/linux-2.6.39/include/trace/
Dsyscall.h22 struct syscall_metadata { struct
23 const char *name;
24 int syscall_nr;
25 int nb_args;
26 const char **types;
27 const char **args;
28 struct list_head enter_fields;
30 struct ftrace_event_call *enter_event;
31 struct ftrace_event_call *exit_event;