Lines Matching defs:args_size
1212 * args_size: sum of the sizes of the syscall arguments, anything after that is augmented stuff: pathname for openat, etc.
1218 int args_size;
1789 sc->args_size = last_field->offset + last_field->size;
2302 * sc->args_size but always after the full raw_syscalls:sys_enter payload,
2305 * We'll revisit this later to pass s->args_size to the BPF augmenter
2311 int args_size = raw_augmented_args_size ?: sc->args_size;
2313 *augmented_args_size = sample->raw_size - args_size;
2315 augmented_args = sample->raw_data + args_size;
2366 * syscall->args_size using each syscalls:sys_enter_NAME tracefs format file,
5002 * don't look after the sc->args_size but
5007 * s->args_size to the BPF augmenter (now