Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_probe.h114 struct fetch_type { struct
115 const char *name; /* Name of type */
116 size_t size; /* Byte size of type */
117 int is_signed; /* Signed flag */
118 print_type_func_t print; /* Print functions */
119 const char *fmt; /* Fromat string */
120 const char *fmttype; /* Name in format file */
122 fetch_func_t fetch[FETCH_MTD_END];