Home
last modified time | relevance | path

Searched defs:augmented_arg (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/perf/util/bpf_skel/
Daugmented_raw_syscalls.bpf.c82 struct augmented_arg { struct
83 unsigned int size;
84 int err;
85 char value[PATH_MAX];
153 unsigned int augmented_arg__read_str(struct augmented_arg *augmented_arg, const void *arg, unsigned… in augmented_arg__read_str()
/linux-6.6.21/tools/perf/trace/beauty/
Dbeauty.h83 struct augmented_arg { struct
95 …* @augmented_args: Extra data that can be collected, for instance, with eBPF for expanding the pat… argument
/linux-6.6.21/tools/perf/
Dbuiltin-trace.c1510 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string() local