Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
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
10 $(OUTPUT)/resctrl_tests: $(wildcard *.[ch])
D.gitignore2 resctrl_tests
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
DREADME1 resctrl_tests - resctrl file system test suit
7 resctrl_tests tests various resctrl functionalities and interfaces including
18 Run "make" to build executable file "resctrl_tests".
23 To use resctrl_tests, root or sudoer privileges are required. This is because
29 sudo ./resctrl_tests
48 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
DMakefile6 all: resctrl_tests
11 resctrl_tests: $(OBJS) target
17 $(RM) $(OBJS) resctrl_tests