Lines Matching defs:args_size
1194 * args_size: sum of the sizes of the syscall arguments, anything after that is augmented stuff: pathname for openat, etc.
1200 int args_size;
1742 sc->args_size = last_field->offset + last_field->size;
2257 * sc->args_size but always after the full raw_syscalls:sys_enter payload,
2260 * We'll revisit this later to pass s->args_size to the BPF augmenter
2266 int args_size = raw_augmented_args_size ?: sc->args_size;
2268 *augmented_args_size = sample->raw_size - args_size;
2270 augmented_args = sample->raw_data + args_size;
2313 * syscall->args_size using each syscalls:sys_enter_NAME tracefs format file,
5082 * don't look after the sc->args_size but
5087 * s->args_size to the BPF augmenter (now