Lines Matching defs:augmented_args
2035 unsigned char *args, void *augmented_args, int augmented_args_size,
2045 .args = augmented_args,
2296 void *augmented_args = NULL;
2315 augmented_args = sample->raw_data + args_size;
2317 return augmented_args;
2338 void *augmented_args = NULL;
2373 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2379 args, augmented_args, augmented_args_size, trace, thread);
2415 void *args, *augmented_args = NULL;
2431 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2432 syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, thread);
2738 struct thread *thread, void *augmented_args, int augmented_args_size)
2750 .args = augmented_args,