Searched refs:start_test (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| A D | bpf_offload.py | 94 def start_test(msg): function 758 start_test("Test TC non-offloaded...") 816 start_test("Test TC replace...") 861 start_test("Test TC offloads work...") 866 start_test("Test TC offload basics...") 950 start_test("Test MTU restrictions...") 982 start_test("Test XDP load failure...") 991 start_test("Test XDP offload...") 1183 start_test("Test map dump...") 1192 start_test("Test map getnext...") [all …]
|
| /linux/tools/testing/selftests/livepatch/ |
| 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 …]
|
| A D | test-sysfs.sh | 13 start_test "sysfs test" 44 start_test "sysfs test object/patched" 87 start_test "sysfs test replace enabled" 111 start_test "sysfs test replace disabled"
|
| A D | test-state.sh | 16 start_test "system state modification" 46 start_test "taking over system state modification" 89 start_test "compatible cumulative livepatches" 145 start_test "incompatible cumulative livepatches"
|
| A D | test-livepatch.sh | 19 start_test "basic function patching" 56 start_test "multiple livepatches" 120 start_test "atomic replace livepatch"
|
| A D | test-ftrace.sh | 16 start_test "livepatch interaction with ftrace_enabled sysctl"
|
| A D | test-syscall.sh | 16 start_test "patch getpid syscall while being heavily hammered"
|
| A D | test-shadow-vars.sh | 14 start_test "basic shadow variable API"
|
| A D | README | 51 functions, most importantly setup_config(), start_test() and
|
| A D | functions.sh | 273 function start_test { function
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | bpf_tcp_ca.c | 42 static bool start_test(char *addr_str, in start_test() function 74 if (!start_test(NULL, opts, opts, &lfd, &fd)) in do_test() 168 if (!start_test(NULL, &opts, &cli_opts, &lfd, &fd)) in test_dctcp() 296 if (!start_test("::1", &srv_opts, &cli_opts, &lfd, &cli_fd)) in test_dctcp_fallback()
|
| /linux/tools/perf/tests/ |
| A D | builtin-test.c | 348 static int start_test(struct test_suite *test, int i, int subi, struct child_test **child, in start_test() function 444 int err = start_test(t, curr, -1, &child_tests[child_test_num++], width); in __cmd_test() 459 err = start_test(t, curr, subi, &child_tests[child_test_num++], in __cmd_test()
|
Completed in 22 milliseconds