Lines Matching refs:augmented_args
2039 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
2049 .args = augmented_args, in syscall__scnprintf_args()
2300 void *augmented_args = NULL; local
2319 augmented_args = sample->raw_data + args_size;
2321 return augmented_args;
2342 void *augmented_args = NULL; local
2377 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2383 args, augmented_args, augmented_args_size, trace, thread);
2419 void *args, *augmented_args = NULL; local
2436 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2437 …printed += syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size…
2743 struct thread *thread, void *augmented_args, int augmented_args_size) argument
2755 .args = augmented_args,