summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Remove test type checks from cat_val()Ilpo Järvinen2023-07-251-27/+20
* selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen2023-07-253-3/+3
* selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen2023-07-252-14/+8
* selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen2023-07-257-33/+7
* selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen2023-07-255-26/+24
* selftests/resctrl: Improve parameter consistency in fill_bufIlpo Järvinen2023-07-251-25/+24
* selftests/resctrl: Remove unnecessary startptr global from fill_bufIlpo Järvinen2023-07-251-4/+1
* selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen2023-07-255-43/+19
* selftests/resctrl: Remove duplicated preparation for span argIlpo Järvinen2023-07-251-5/+2
* selftests/resctrl: Express span internally in bytesIlpo Järvinen2023-07-253-9/+4
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-257-22/+23
* selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-255-6/+0
* selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen2023-07-253-21/+12
* selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen2023-07-255-23/+46
* selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen2023-07-252-2/+11
* selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen2023-07-251-7/+11
* selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen2023-07-251-0/+1
* selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen2023-07-251-1/+2
* selftests/resctrl: Add resctrl.h into build depsIlpo Järvinen2023-07-251-1/+1
* 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-251-0/+2
* selftests/resctrl: Update README about using kselftest framework to build/run...Shaopeng Tan2022-04-251-7/+32
* selftests/resctrl: Make resctrl_tests run using kselftest frameworkShaopeng Tan2022-04-251-13/+4
* selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan2022-04-251-2/+2
* selftests/resctrl: Change the default limited time to 120 secondsShaopeng Tan2022-04-251-0/+3
* selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan2022-04-251-0/+1
* selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan2022-04-251-0/+4
* selftests/resctrl: Extend CPU vendor detectionShaopeng Tan2022-04-254-17/+33
* selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen2021-06-072-3/+3
* selftests/resctrl: Change a few printed messagesFenghua Yu2021-04-074-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