summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cmt_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09selftests/resctrl: fix clang build warnings related to abs(), labs() callsJohn Hubbard1-2/+2
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman1-2/+1
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman1-0/+1
2024-02-24selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman1-1/+1
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen1-2/+4
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen1-1/+16
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen1-8/+8
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen1-3/+29
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen1-4/+4
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen1-4/+1
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-1/+1
2023-10-13selftests/resctrl: Remove duplicate feature check from CMT testIlpo Järvinen1-3/+0
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen1-5/+20
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen1-5/+6
2023-07-25selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen1-7/+4
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen1-8/+1
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen1-1/+0
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen1-4/+0
2023-04-13selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan1-4/+3
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen1-4/+3
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-1/+1
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu1-30/+3
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-23/+19
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-0/+176