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

/linux-master/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c182 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
185 unsigned int len = sizeof(augmented_args->args);
187 if (augmented_args == NULL)
190 _Static_assert(is_power_of_2(sizeof(augmented_args->saddr)), "sizeof(augmented_args->saddr) needs to be a power of two");
191 socklen &= sizeof(augmented_args->saddr) - 1;
193 bpf_probe_read_user(&augmented_args->saddr, socklen, sockaddr_arg);
195 return augmented__output(args, augmented_args, len + socklen);
201 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
204 unsigned int len = sizeof(augmented_args
219 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
234 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
249 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
266 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
294 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
326 struct augmented_args_payload *augmented_args = augmented_args_payload(); local
357 struct augmented_args_payload *augmented_args; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-trace.c2036 unsigned char *args, void *augmented_args, int augmented_args_size,
2046 .args = augmented_args,
2297 void *augmented_args = NULL; local
2316 augmented_args = sample->raw_data + args_size;
2318 return augmented_args;
2339 void *augmented_args = NULL; 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);
2416 void *args, *augmented_args = NULL; local
2432 augmented_args
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 133 milliseconds