]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Add selftest for BPF_ENABLE_STATS
authorSong Liu <songliubraving@fb.com>
Thu, 30 Apr 2020 07:15:06 +0000 (00:15 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 1 May 2020 17:36:32 +0000 (10:36 -0700)
commit9fdb144a48acc7316230aa4d8fff31db0c4b97d5
tree6b010c99c159d08a48680e709ca37e3fe3e17971
parentdfddba015cf3581ef1dfe672a79745d731a6222e
bpf: Add selftest for BPF_ENABLE_STATS

Add test for BPF_ENABLE_STATS, which should enable run_time_ns stats.

~/selftests/bpf# ./test_progs -t enable_stats  -v
test_enable_stats:PASS:skel_open_and_load 0 nsec
test_enable_stats:PASS:get_stats_fd 0 nsec
test_enable_stats:PASS:attach_raw_tp 0 nsec
test_enable_stats:PASS:get_prog_info 0 nsec
test_enable_stats:PASS:check_stats_enabled 0 nsec
test_enable_stats:PASS:check_run_cnt_valid 0 nsec
Summary: 1/0 PASSED, 0 SKIPPED, 0 FAILED

Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200430071506.1408910-4-songliubraving@fb.com
tools/testing/selftests/bpf/prog_tests/enable_stats.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/test_enable_stats.c [new file with mode: 0644]