Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-trace.c1988 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
1997 .size = augmented_args_size, in syscall__scnprintf_args()
2249 …ugmented_args(struct syscall *sc, struct perf_sample *sample, int *augmented_args_size, int raw_au… argument
2268 *augmented_args_size = sample->raw_size - args_size;
2269 if (*augmented_args_size > 0)
2284 int augmented_args_size = 0; local
2320 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
2326 args, augmented_args, augmented_args_size, trace, thread);
2363 int augmented_args_size; local
2378 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy…
[all …]