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