Searched refs:start_test (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 94 def start_test(msg): function 633 start_test("Test multi-attachment XDP - %s + offload..." % 653 start_test("Test multi-attachment XDP - replace...") 658 start_test("Test multi-attachment XDP - remove without mode...") 677 start_test("Test multi-attachment XDP - reattach...") 685 start_test("Test multi-attachment XDP - device remove...") 753 start_test("Test destruction of generic XDP...") 764 start_test("Test TC non-offloaded...") 768 start_test("Test TC non-offloaded isn't getting bound...") 775 start_test("Tes [all...] |
| /linux/tools/testing/selftests/livepatch/ |
| H A D | test-callbacks.sh | 29 start_test "target module before livepatch" 76 start_test "module_coming notifier" 124 start_test "module_going notifier" 172 start_test "module_coming and module_going notifiers" 216 start_test "target module not present" 251 start_test "pre-patch callback -ENODEV" 290 start_test "module_coming + pre-patch callback -ENODEV" 333 start_test "multiple target modules" 408 start_test "busy target module" 461 start_test "multiple livepatches" [all …]
|
| H A D | test-sysfs.sh | 15 start_test "sysfs test" 48 start_test "sysfs test object/patched" 91 start_test "sysfs test replace enabled" 115 start_test "sysfs test replace disabled" 138 start_test "sysfs test stack_order value"
|
| H A D | test-kprobe.sh | 19 start_test "livepatch interaction with kprobed function with post_handler" 40 start_test "livepatch interaction with kprobed function without post_handler"
|
| H A D | test-livepatch.sh | 19 start_test "basic function patching" 56 start_test "multiple livepatches" 120 start_test "atomic replace livepatch"
|
| H A D | test-ftrace.sh | 16 start_test "livepatch interaction with ftrace_enabled sysctl" 68 start_test "trace livepatched function and check that the live patch remains in effect"
|
| H A D | test-shadow-vars.sh | 14 start_test "basic shadow variable API"
|
| H A D | README | 51 functions, most importantly setup_config(), start_test() and
|
| H A D | functions.sh | 299 function start_test { function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_tcp_ca.c | 38 static bool start_test(char *addr_str, in start_test() function 70 if (!start_test(NULL, opts, opts, &lfd, &fd)) in do_test() 164 if (!start_test(NULL, &opts, &cli_opts, &lfd, &fd)) in test_dctcp() 292 if (!start_test("::1", &srv_opts, &cli_opts, &lfd, &cli_fd)) in test_dctcp_fallback()
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 496 static int start_test(struct test_suite *test, int curr_suite, int curr_test_case, in start_test() function 648 err = start_test(*t, curr_suite, curr_test_case, in __cmd_test()
|