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