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