Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c133 struct augmented_args_tmp { struct
138 } augmented_args_tmp SEC(".maps");
143 return bpf_map_lookup_elem(&augmented_args_tmp, &key); in augmented_args_payload()
188 * augmented_args_tmp what was read by that raw_syscalls:sys_enter and go
/kernel/linux/linux-5.10/tools/perf/examples/bpf/
H A Daugmented_raw_syscalls.c82 bpf_map(augmented_args_tmp, PERCPU_ARRAY, int, struct augmented_args_payload, 1);
87 return bpf_map_lookup_elem(&augmented_args_tmp, &key); in augmented_args_payload()
131 * augmented_args_tmp what was read by that raw_syscalls:sys_enter and go

Completed in 2 milliseconds