Lines Matching defs:augmented_args
1988 unsigned char *args, void *augmented_args, int augmented_args_size,
1998 .args = augmented_args,
2251 void *augmented_args = NULL;
2270 augmented_args = sample->raw_data + args_size;
2272 return augmented_args;
2285 void *augmented_args = NULL;
2320 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2326 args, augmented_args, augmented_args_size, trace, thread);
2362 void *args, *augmented_args = NULL;
2378 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2379 syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, thread);
2681 struct thread *thread, void *augmented_args, int augmented_args_size)
2693 .args = augmented_args,