Lines Matching refs:augmented_args
1987 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
1997 .args = augmented_args, in syscall__scnprintf_args()
2253 void *augmented_args = NULL; local
2272 augmented_args = sample->raw_data + args_size;
2274 return augmented_args;
2295 void *augmented_args = NULL; local
2330 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2336 args, augmented_args, augmented_args_size, trace, thread);
2372 void *args, *augmented_args = NULL; local
2388 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2389 …syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, th…
2691 struct thread *thread, void *augmented_args, int augmented_args_size) argument
2703 .args = augmented_args,