-
- Downloads
samples/bpf: change _kern suffix to .bpf with BPF test programs
This commit changes the _kern suffix to .bpf with the BPF test programs. With this modification, test programs will inherit the benefit of the new CLANG-BPF compile target. Signed-off-by:Daniel T. Lee <danieltimlee@gmail.com> Link: https://lore.kernel.org/r/20230115071613.125791-11-danieltimlee@gmail.com Signed-off-by:
Alexei Starovoitov <ast@kernel.org>
Showing
- samples/bpf/Makefile 7 additions, 7 deletionssamples/bpf/Makefile
- samples/bpf/lwt_len_hist.bpf.c 0 additions, 0 deletionssamples/bpf/lwt_len_hist.bpf.c
- samples/bpf/lwt_len_hist.sh 1 addition, 1 deletionsamples/bpf/lwt_len_hist.sh
- samples/bpf/sock_flags.bpf.c 0 additions, 0 deletionssamples/bpf/sock_flags.bpf.c
- samples/bpf/test_cgrp2_sock2.sh 1 addition, 1 deletionsamples/bpf/test_cgrp2_sock2.sh
- samples/bpf/test_cgrp2_tc.bpf.c 0 additions, 0 deletionssamples/bpf/test_cgrp2_tc.bpf.c
- samples/bpf/test_cgrp2_tc.sh 1 addition, 1 deletionsamples/bpf/test_cgrp2_tc.sh
- samples/bpf/test_map_in_map.bpf.c 0 additions, 0 deletionssamples/bpf/test_map_in_map.bpf.c
- samples/bpf/test_map_in_map_user.c 1 addition, 1 deletionsamples/bpf/test_map_in_map_user.c
- samples/bpf/test_overhead_kprobe.bpf.c 0 additions, 0 deletionssamples/bpf/test_overhead_kprobe.bpf.c
- samples/bpf/test_overhead_raw_tp.bpf.c 0 additions, 0 deletionssamples/bpf/test_overhead_raw_tp.bpf.c
- samples/bpf/test_overhead_tp.bpf.c 0 additions, 0 deletionssamples/bpf/test_overhead_tp.bpf.c
- samples/bpf/test_overhead_user.c 3 additions, 3 deletionssamples/bpf/test_overhead_user.c
Loading
Please register or sign in to comment