summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl
AgeCommit message (Expand)Author
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen
2023-07-25selftests/resctrl: Improve parameter consistency in fill_bufIlpo Järvinen
2023-07-25selftests/resctrl: Remove unnecessary startptr global from fill_bufIlpo Järvinen
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen
2023-07-25selftests/resctrl: Remove duplicated preparation for span argIlpo Järvinen
2023-07-25selftests/resctrl: Express span internally in bytesIlpo Järvinen
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen
2023-07-25selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen
2023-07-25selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen
2023-07-25selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen
2023-07-25selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen
2023-07-25selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen
2023-07-25selftests/resctrl: Add resctrl.h into build depsIlpo Järvinen
2023-04-14selftests/resctrl: Fix incorrect error return on test completeReinette Chatre
2023-04-13selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan
2023-04-13selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan
2023-04-13selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan
2023-04-13selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Shaopeng Tan
2023-04-13selftests/resctrl: Use correct exit code when tests failPeter Newman
2023-04-10selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen
2023-04-10selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu
2023-04-10selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen
2023-04-10selftests/resctrl: Replace obsolete memalign() with posix_memalign()Ilpo Järvinen
2023-04-10selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen
2023-04-10selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen
2023-04-10selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen
2022-04-26selftests/resctrl: Fix null pointer dereference on open failedColin Ian King
2022-04-25selftests/resctrl: Add missing SPDX license to MakefileShaopeng Tan
2022-04-25selftests/resctrl: Update README about using kselftest framework to build/run...Shaopeng Tan
2022-04-25selftests/resctrl: Make resctrl_tests run using kselftest frameworkShaopeng Tan
2022-04-25selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan
2022-04-25selftests/resctrl: Change the default limited time to 120 secondsShaopeng Tan
2022-04-25selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan
2022-04-25selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan
2021-06-07selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu
2021-04-02selftests/resctrl: Create .gitignore to include resctrl_testsFenghua Yu
2021-04-02selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu
2021-04-02selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu
2021-04-02selftests/resctrl: Fix unmount resctrl FSFenghua Yu
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu
2021-04-02selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu