Home
last modified time | relevance | path

Searched refs:resctrl_tests (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/resctrl/
Dresctrl_tests.c17 static struct resctrl_test *resctrl_tests[] = { variable
73 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 …]
DREADME1 resctrl_tests - resctrl file system test suit
7 resctrl_tests tests various resctrl functionalities and interfaces including
15 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 file
31 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 file
54 $ sudo ./resctrl_tests
73 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
DMakefile6 TEST_GEN_PROGS := resctrl_tests
12 $(OUTPUT)/resctrl_tests: $(wildcard *.c)
D.gitignore2 resctrl_tests