Home
last modified time | relevance | path

Searched refs:test_progs (Results 1 – 8 of 8) sorted by relevance

/external/libbpf/travis-ci/vmtest/
Drun_selftests.sh19 test_progs() { function
21 travis_fold start test_progs "Testing test_progs"
25 ./test_progs ${BLACKLIST:+-d$BLACKLIST} ${WHITELIST:+-a$WHITELIST} && true
27 travis_fold end test_progs
30 travis_fold start test_progs-no_alu32 "Testing test_progs-no_alu32"
31 ./test_progs-no_alu32 ${BLACKLIST:+-d$BLACKLIST} ${WHITELIST:+-a$WHITELIST} && true
33 travis_fold end test_progs-no_alu32
58 test_progs
/external/linux-kselftest/tools/testing/selftests/bpf/
DMakefile28 TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs \
33 test_cgroup_attach test_progs-no_alu32
37 TEST_GEN_PROGS += test_progs-bpf_gcc
274 TRUNNER_EXTRA_SOURCES := test_progs.c cgroup_helpers.c trace_helpers.c \
281 $(eval $(call DEFINE_TEST_RUNNER,test_progs))
286 $(eval $(call DEFINE_TEST_RUNNER,test_progs,no_alu32))
293 $(eval $(call DEFINE_TEST_RUNNER,test_progs,bpf_gcc))
Dtest_ftrace.sh32 ./test_progs -t fentry
33 ./test_progs -t fexit
D.gitignore10 /test_progs*
/external/igt-gpu-tools/tests/
Dmeson.build1 test_progs = [ variable
243 test_progs += [
252 test_progs += [
261 foreach prog : test_progs
/external/bpftool/docs/
Dbpftool-link.rst87 pids test_progs(223)
100 "comm": "test_progs"
/external/OpenCSD/decoder/docs/
Dbuild_libs.md23 See [`./docs/test_progs.md`](@ref test_progs) for further information on use of the test
Dtest_progs.md1 Test Programs {#test_progs}