Searched hist:"8 dc80551463197ec79ce0966ec2b5bd700042614" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | test_map_in_map.bpf.c | diff 8dc80551463197ec79ce0966ec2b5bd700042614 Fri Aug 18 04:01:18 CDT 2023 Daniel T. Lee <danieltimlee@gmail.com> samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macro
This commit refactors the syscall tracing programs by adopting the BPF_KSYSCALL macro. This change aims to enhance the clarity and simplicity of the BPF programs by reducing the complexity of argument parsing from pt_regs.
Signed-off-by: Daniel T. Lee <danieltimlee@gmail.com> Link: https://lore.kernel.org/r/20230818090119.477441-9-danieltimlee@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|