Lines Matching refs:augmented_args
1991 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
2001 .args = augmented_args, in syscall__scnprintf_args()
2257 void *augmented_args = NULL; local
2276 augmented_args = sample->raw_data + args_size;
2278 return augmented_args;
2299 void *augmented_args = NULL; local
2334 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2340 args, augmented_args, augmented_args_size, trace, thread);
2376 void *args, *augmented_args = NULL; local
2392 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2393 …syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, th…
2695 struct thread *thread, void *augmented_args, int augmented_args_size) argument
2707 .args = augmented_args,