Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-trace.c1704 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
1713 .size = augmented_args_size, in syscall__scnprintf_args()
1918 …ugmented_args(struct syscall *sc, struct perf_sample *sample, int *augmented_args_size, int raw_au… in syscall__augmented_args() argument
1937 *augmented_args_size = sample->raw_size - args_size; in syscall__augmented_args()
1938 if (*augmented_args_size > 0) in syscall__augmented_args()
1953 int augmented_args_size = 0; in trace__sys_enter() local
1989 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy… in trace__sys_enter()
1995 args, augmented_args, augmented_args_size, trace, thread); in trace__sys_enter()
2032 int augmented_args_size; in trace__fprintf_sys_enter() local
2047 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy… in trace__fprintf_sys_enter()
[all …]