Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c2406 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
2415 .size = augmented_args_size, in syscall__scnprintf_args()
2738 …ugmented_args(struct syscall *sc, struct perf_sample *sample, int *augmented_args_size, int raw_au… in syscall__augmented_args() argument
2756 *augmented_args_size = sample->raw_size - args_size; in syscall__augmented_args()
2757 if (*augmented_args_size > 0) { in syscall__augmented_args()
2760 if ((size_t)(*augmented_args_size) > sizeof(argbuf)) in syscall__augmented_args()
2770 memcpy(argbuf, sample->raw_data + args_size, *augmented_args_size); in syscall__augmented_args()
2786 int augmented_args_size = 0, e_machine; in trace__sys_enter() local
2823 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy… in trace__sys_enter()
2829 args, augmented_args, augmented_args_size, trace, thread); in trace__sys_enter()
[all …]