Searched defs:probe_arg (Results 1 – 1 of 1) sorted by relevance
216 struct probe_arg { struct217 struct fetch_insn *code;218 bool dynamic;/* Dynamic array (string) is used */219 unsigned int offset; /* Offset from argument entry */220 unsigned int count; /* Array count */221 const char *name; /* Name of this argument */222 const char *comm; /* Command of this argument */223 char *fmt; /* Format string if needed */224 const struct fetch_type *type; /* Type of this argument */
Completed in 5 milliseconds