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

/linux-master/tools/perf/
H A Dbuiltin-trace.c2036 unsigned char *args, void *augmented_args, int augmented_args_size,
2045 .size = augmented_args_size,
2295 static void *syscall__augmented_args(struct syscall *sc, struct perf_sample *sample, int *augmented_args_size, int raw_augmented_args_size) argument
2314 *augmented_args_size = sample->raw_size - args_size;
2315 if (*augmented_args_size > 0)
2338 int augmented_args_size = 0; local
2374 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_syscalls_args_size);
2380 args, augmented_args, augmented_args_size, trace, thread);
2417 int augmented_args_size; local
2432 augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trac
2035 syscall__scnprintf_args(struct syscall *sc, char *bf, size_t size, unsigned char *args, void *augmented_args, int augmented_args_size, struct trace *trace, struct thread *thread) argument
2737 trace__fprintf_tp_fields(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct thread *thread, void *augmented_args, int augmented_args_size) argument
[all...]

Completed in 118 milliseconds