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