Searched refs:augmented_args_size (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 2039 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument 2048 .size = augmented_args_size, in syscall__scnprintf_args() 2298 …ugmented_args(struct syscall *sc, struct perf_sample *sample, int *augmented_args_size, int raw_au… argument 2317 *augmented_args_size = sample->raw_size - args_size; 2318 if (*augmented_args_size > 0) 2341 int augmented_args_size = 0; 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); 2420 int augmented_args_size; local 2436 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy… [all …]
|