Searched refs:resctrl_tests (Results 1 – 4 of 4) sorted by relevance
17 static struct resctrl_test *resctrl_tests[] = { variable73 for (i = 0; i < ARRAY_SIZE(resctrl_tests); i++) { in cmd_help()74 if (resctrl_tests[i]->group) in cmd_help()75 printf("\t\t\t%s (%s)\n", resctrl_tests[i]->name, resctrl_tests[i]->group); in cmd_help()77 printf("\t\t\t%s\n", resctrl_tests[i]->name); in cmd_help()161 int tests = ARRAY_SIZE(resctrl_tests); in main()193 for (i = 0; i < ARRAY_SIZE(resctrl_tests); i++) in main()194 resctrl_tests[i]->disabled = true; in main()201 for (i = 0; i < ARRAY_SIZE(resctrl_tests); i++) { in main()202 if (!strcasecmp(token, resctrl_tests[i]->name) || in main()[all …]
1 resctrl_tests - resctrl file system test suit7 resctrl_tests tests various resctrl functionalities and interfaces including15 resctrl_tests can be run with or without kselftest framework.23 Build executable file "resctrl_tests" from top level directory of the kernel source:29 Run resctrl_tests as sudo or root since the test needs to mount resctrl file31 Using kselftest framework will run all supported tests within resctrl_tests:44 Build executable file "resctrl_tests" from this directory(tools/testing/selftests/resctrl/):50 Run resctrl_tests as sudo or root since the test needs to mount resctrl file54 $ sudo ./resctrl_tests73 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
6 TEST_GEN_PROGS := resctrl_tests12 $(OUTPUT)/resctrl_tests: $(wildcard *.c)
2 resctrl_tests