summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/resctrl_tests.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen1-9/+5
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen1-7/+6
2023-07-25selftests/resctrl: Remove duplicated preparation for span argIlpo Järvinen1-5/+2
2023-07-25selftests/resctrl: Express span internally in bytesIlpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-5/+6
2023-07-25selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen1-4/+4
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen1-6/+41
2023-07-25selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen1-0/+3
2023-04-13selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan1-4/+0
2023-04-13selftests/resctrl: Use correct exit code when tests failPeter Newman1-5/+5
2022-04-26selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan1-2/+2
2022-04-26selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan1-0/+4
2022-04-26selftests/resctrl: Extend CPU vendor detectionShaopeng Tan1-14/+27
2021-06-08selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen1-2/+2
2021-04-02selftests/resctrl: Fix unmount resctrl FSFenghua Yu1-0/+2
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu1-0/+23
2021-04-02selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu1-31/+57
2021-04-02selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu1-2/+6
2021-04-02selftests/resctrl: Fix a printed messageReinette Chatre1-2/+2
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-19/+21
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-13/+13
2021-04-02selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu1-1/+1
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-6/+6
2020-02-11selftests/resctrl: Disable MBA and MBM tests for AMDBabu Moger1-2/+2
2020-02-11selftests/resctrl: Add vendor detection mechanismBabu Moger1-0/+24
2020-02-11selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-1/+14
2020-02-11selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-6/+25
2020-02-11selftests/resctrl: Add MBA testFenghua Yu1-1/+15
2020-02-11selftests/resctrl: Add MBM testFenghua Yu1-0/+132