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