Lines Matching refs:args_size
1480 * @args_size: sum of the sizes of the syscall arguments, anything
1484 int args_size;
2132 sc->args_size = last_field->offset + last_field->size;
2716 * sc->args_size but always after the full raw_syscalls:sys_enter payload,
2719 * We'll revisit this later to pass s->args_size to the BPF augmenter
2725 int args_size = raw_augmented_args_size ?: sc->args_size;
2727 *augmented_args_size = sample->raw_size - args_size;
2741 memcpy(argbuf, sample->raw_data + args_size, *augmented_args_size);
2787 * syscall->args_size using each syscalls:sys_enter_NAME tracefs format file,
5705 * don't look after the sc->args_size but
5710 * s->args_size to the BPF augmenter (now