Searched defs:augmented_args (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
| H A D | augmented_raw_syscalls.c | 138 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_connect() local 157 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_sendto() local 176 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_open() local 191 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_openat() local 206 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_rename() local 223 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_renameat() local 240 struct augmented_args_payload *augmented_args; sys_enter() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/util/bpf_skel/ |
| H A D | augmented_raw_syscalls.bpf.c | 195 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_connect() local 214 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_sendto() local 232 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_open() local 247 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_openat() local 262 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_rename() local 279 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_renameat() local 307 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_perf_event_open() local 339 struct augmented_args_payload *augmented_args = augmented_args_payload(); sys_enter_clock_nanosleep() local 370 struct augmented_args_payload *augmented_args; sys_enter() local [all...] |
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-trace.c | 2251 void *augmented_args = NULL; local 2285 void *augmented_args = NULL; local 2362 void *args, *augmented_args = NULL; local 1987 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) syscall__scnprintf_args() argument 2680 trace__fprintf_tp_fields(struct trace *trace, struct evsel *evsel, struct perf_sample *sample, struct thread *thread, void *augmented_args, int augmented_args_size) global() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-trace.c | 2296 void *augmented_args = NULL; local 2338 void *augmented_args = NULL; local 2415 void *args, *augmented_args = NULL; local 2034 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) syscall__scnprintf_args() 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) global() argument [all...] |
Completed in 12 milliseconds