samples/bpf: change _kern suffix to .bpf with BPF test programs
authorDaniel T. Lee <danieltimlee@gmail.com>
Sun, 15 Jan 2023 07:16:13 +0000 (16:16 +0900)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 15 Jan 2023 21:32:45 +0000 (13:32 -0800)
commite04946f54cd99fa1bd92e22f4540720d76d88058
tree059e4cedf8d2015617268672584b31c5db88c6ff
parente8acf8f47a5d58a00fbfa0f3592bbaaff557cec3
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>
13 files changed:
samples/bpf/Makefile
samples/bpf/lwt_len_hist.bpf.c [moved from samples/bpf/lwt_len_hist_kern.c with 100% similarity]
samples/bpf/lwt_len_hist.sh
samples/bpf/sock_flags.bpf.c [moved from samples/bpf/sock_flags_kern.c with 100% similarity]
samples/bpf/test_cgrp2_sock2.sh
samples/bpf/test_cgrp2_tc.bpf.c [moved from samples/bpf/test_cgrp2_tc_kern.c with 100% similarity]
samples/bpf/test_cgrp2_tc.sh
samples/bpf/test_map_in_map.bpf.c [moved from samples/bpf/test_map_in_map_kern.c with 100% similarity]
samples/bpf/test_map_in_map_user.c
samples/bpf/test_overhead_kprobe.bpf.c [moved from samples/bpf/test_overhead_kprobe_kern.c with 100% similarity]
samples/bpf/test_overhead_raw_tp.bpf.c [moved from samples/bpf/test_overhead_raw_tp_kern.c with 100% similarity]
samples/bpf/test_overhead_tp.bpf.c [moved from samples/bpf/test_overhead_tp_kern.c with 100% similarity]
samples/bpf/test_overhead_user.c