Searched refs:augmented_args_size (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-trace.c | 2382 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument 2391 .size = augmented_args_size, in syscall__scnprintf_args() 2716 static void *syscall__augmented_args(struct syscall *sc, struct perf_sample *sample, int *augmented_args_size, int raw_augmented_args_size) in syscall__augmented_args() argument 2734 *augmented_args_size = sample->raw_size - args_size; in syscall__augmented_args() 2735 if (*augmented_args_size > 0) { in syscall__augmented_args() 2738 if ((size_t)(*augmented_args_size) > sizeof(argbuf)) in syscall__augmented_args() 2748 memcpy(argbuf, sample->raw_data + args_size, *augmented_args_size); in syscall__augmented_args() 2764 int augmented_args_size = 0, e_machine; in trace__sys_enter() local 2801 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size); in trace__sys_enter() 2807 args, augmented_args, augmented_args_size, trac in trace__sys_enter() 2844 int augmented_args_size, e_machine; trace__fprintf_sys_enter() local 3163 trace__fprintf_tp_fields(struct trace * trace,struct evsel * evsel,struct perf_sample * sample,struct thread * thread,void * augmented_args,int augmented_args_size) trace__fprintf_tp_fields() argument [all...] |