Home
last modified time | relevance | path

Searched refs:augmented_args_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c2035 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
2044 .size = augmented_args_size, in syscall__scnprintf_args()
2313 *augmented_args_size = sample->raw_size - args_size;
2314 if (*augmented_args_size > 0)
2337 int augmented_args_size = 0; local
2379 args, augmented_args, augmented_args_size, trace, thread);
2416 int augmented_args_size; 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
[all …]