Searched refs:resctrl_tests (Results 1 – 5 of 5) sorted by relevance
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_tests10 $(OUTPUT)/resctrl_tests: $(wildcard *.[ch])
2 resctrl_tests
1 resctrl_tests - resctrl file system test suit7 resctrl_tests tests various resctrl functionalities and interfaces including18 Run "make" to build executable file "resctrl_tests".23 To use resctrl_tests, root or sudoer privileges are required. This is because29 sudo ./resctrl_tests48 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
6 all: resctrl_tests11 resctrl_tests: $(OBJS) target17 $(RM) $(OBJS) resctrl_tests