Searched defs:augmented_arg (Results 1 – 3 of 3) sorted by relevance
82 struct augmented_arg { struct83 unsigned int size;84 int err;85 char value[PATH_MAX];153 unsigned int augmented_arg__read_str(struct augmented_arg *augmented_arg, const void *arg, unsigned… in augmented_arg__read_str()
83 struct augmented_arg { struct95 …* @augmented_args: Extra data that can be collected, for instance, with eBPF for expanding the pat… argument
1510 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string() local