Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-trace.c2378 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
2387 .size = augmented_args_size, in syscall__scnprintf_args()
2727 *augmented_args_size = sample->raw_size - args_size; in syscall__augmented_args()
2728 if (*augmented_args_size > 0) { in syscall__augmented_args()
2731 if ((size_t)(*augmented_args_size) > sizeof(argbuf)) in syscall__augmented_args()
2741 memcpy(argbuf, sample->raw_data + args_size, *augmented_args_size); in syscall__augmented_args()
2757 int augmented_args_size = 0, e_machine; in trace__sys_enter() local
2800 args, augmented_args, augmented_args_size, trace, thread); in trace__sys_enter()
2837 int augmented_args_size, e_machine; in trace__fprintf_sys_enter() local
3162 struct thread *thread, void *augmented_args, int augmented_args_size) in trace__fprintf_tp_fields() argument
[all …]