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