Lines Matching refs:augmented_args
1979 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
1989 .args = augmented_args, in syscall__scnprintf_args()
2245 void *augmented_args = NULL; local
2264 augmented_args = sample->raw_data + args_size;
2266 return augmented_args;
2279 void *augmented_args = NULL; local
2314 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2320 args, augmented_args, augmented_args_size, trace, thread);
2356 void *args, *augmented_args = NULL; local
2372 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2373 …syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, th…
2675 struct thread *thread, void *augmented_args, int augmented_args_size) argument
2687 .args = augmented_args,