summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25selftests/resctrl: Remove test type checks from cat_val()Ilpo Järvinen1-27/+20
2023-07-25selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen1-2/+1
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen1-3/+3
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-2/+2
2023-07-25selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen1-7/+11
2023-04-10selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen1-1/+1
2023-04-10selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen1-8/+3
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-1/+3
2021-04-08selftests/resctrl: Change a few printed messagesFenghua Yu1-1/+1
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu1-0/+42
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-2/+2
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-4/+4
2020-02-11selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-1/+174
2020-02-11selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-0/+99