Home
last modified time | relevance | path

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

/kernel/trace/
A Dtrace_probe.h141 struct fetch_type { struct
142 const char *name; /* Name of type */
143 size_t size; /* Byte size of type */
144 bool is_signed; /* Signed flag */
145 bool is_string; /* String flag */
146 print_type_func_t print; /* Print functions */
147 const char *fmt; /* Format string */
148 const char *fmttype; /* Name in format file */

Completed in 7 milliseconds