summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Fix incorrect error return on test completeReinette Chatre2023-04-141-1/+1
* selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-134-16/+9
* selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan2023-04-134-33/+58
* selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan2023-04-131-11/+8
* selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan2023-04-133-0/+3
* selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan2023-04-131-8/+8
* selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Shaopeng Tan2023-04-132-7/+10
* selftests/resctrl: Use correct exit code when tests failPeter Newman2023-04-131-5/+5
* selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-105-8/+7
* selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu2023-04-102-2/+2
* selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen2023-04-101-8/+3
* selftests/resctrl: Replace obsolete memalign() with posix_memalign()Ilpo Järvinen2023-04-101-3/+4
* selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen2023-04-101-1/+6
* selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen2023-04-107-6/+12
* selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen2023-04-101-13/+6
* selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen2023-04-101-0/+2
* selftests/resctrl: Fix null pointer dereference on open failedColin Ian King2022-04-261-1/+3
* selftests/resctrl: Add missing SPDX license to MakefileShaopeng Tan2022-04-261-0/+2
* selftests/resctrl: Update README about using kselftest framework to build/run...Shaopeng Tan2022-04-261-7/+32
* selftests/resctrl: Make resctrl_tests run using kselftest frameworkShaopeng Tan2022-04-261-13/+4
* selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan2022-04-261-2/+2
* selftests/resctrl: Change the default limited time to 120 secondsShaopeng Tan2022-04-261-0/+3
* selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan2022-04-261-0/+1
* selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan2022-04-261-0/+4
* selftests/resctrl: Extend CPU vendor detectionShaopeng Tan2022-04-264-17/+33
* selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen2021-06-082-3/+3
* selftests/resctrl: Change a few printed messagesFenghua Yu2021-04-084-7/+7
* selftests/resctrl: Create .gitignore to include resctrl_testsFenghua Yu2021-04-021-0/+2
* selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu2021-04-021-18/+23
* selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu2021-04-021-2/+20
* selftests/resctrl: Fix unmount resctrl FSFenghua Yu2021-04-022-0/+5
* selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu2021-04-024-9/+23
* selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu2021-04-021-31/+57
* selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu2021-04-022-3/+10
* selftests/resctrl: Fix MBA/MBM results reporting formatFenghua Yu2021-04-022-16/+21
* selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu2021-04-022-12/+46
* selftests/resctrl: Check for resctrl mount point only if resctrl FS is supportedFenghua Yu2021-04-021-0/+3
* selftests/resctrl: Add config dependenciesFenghua Yu2021-04-021-0/+2
* selftests/resctrl: Fix a printed messageReinette Chatre2021-04-021-2/+2
* selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu2021-04-024-55/+52
* selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu2021-04-028-117/+105
* selftests/resctrl: Rename CQM test as CMT testFenghua Yu2021-04-027-41/+41
* selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu2021-04-021-1/+1
* selftests/resctrl: Ensure sibling CPU is not same as original CPUReinette Chatre2021-04-021-1/+1
* selftests/resctrl: Clean up resctrl features checkFenghua Yu2021-04-0210-35/+41
* selftests/resctrl: Fix compilation issues for other global variablesFenghua Yu2021-04-021-4/+4
* selftests/resctrl: Fix compilation issues for global variablesFenghua Yu2021-04-024-16/+16
* selftests/resctrl: Enable gcc checks to detect buffer overflowsFenghua Yu2021-04-022-2/+2
* selftests/resctrl: fix spelling mistake "Errror" -> "Error"Colin Ian King2020-03-131-2/+2