Lines Matching defs:args_size
1474 * @args_size: sum of the sizes of the syscall arguments, anything
1478 int args_size;
2157 sc->args_size = last_field->offset + last_field->size;
2748 * sc->args_size but always after the full raw_syscalls:sys_enter payload,
2751 * We'll revisit this later to pass s->args_size to the BPF augmenter
2757 int args_size = raw_augmented_args_size ?: sc->args_size;
2759 *augmented_args_size = sample->raw_size - args_size;
2773 memcpy(argbuf, sample->raw_data + args_size, *augmented_args_size);
2819 * syscall->args_size using each syscalls:sys_enter_NAME tracefs format file,
5700 * don't look after the sc->args_size but
5705 * s->args_size to the BPF augmenter (now