Lines Matching defs:augmented_args
2409 unsigned char *args, void *augmented_args, int augmented_args_size,
2419 .args = augmented_args,
2790 void *augmented_args = NULL;
2826 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2832 args, augmented_args, augmented_args_size, trace, thread);
2868 void *args, *augmented_args = NULL;
2887 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2888 printed += syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, thread);
3188 struct thread *thread, void *augmented_args, int augmented_args_size)
3201 .args = augmented_args,