Home
last modified time | relevance | path

Searched defs:probe_arg (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
Dtrace_probe.h214 struct probe_arg { struct
215 struct fetch_insn *code;
216 bool dynamic;/* Dynamic array (string) is used */
217 unsigned int offset; /* Offset from argument entry */
218 unsigned int count; /* Array count */
219 const char *name; /* Name of this argument */
220 const char *comm; /* Command of this argument */
221 char *fmt; /* Format string if needed */
222 const struct fetch_type *type; /* Type of this argument */
/kernel/linux/linux-6.6/kernel/trace/
Dtrace_probe.h224 struct probe_arg { struct
225 struct fetch_insn *code;
226 bool dynamic;/* Dynamic array (string) is used */
227 unsigned int offset; /* Offset from argument entry */
228 unsigned int count; /* Array count */
229 const char *name; /* Name of this argument */
230 const char *comm; /* Command of this argument */
231 char *fmt; /* Format string if needed */
232 const struct fetch_type *type; /* Type of this argument */