aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/resctrl_tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman1-0/+2
2024-02-23selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen1-5/+11
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen1-109/+51
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen1-27/+36
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo Järvinen1-0/+4
2023-10-13selftests/resctrl: Fix feature checksIlpo Järvinen1-2/+5
2023-10-13selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen1-4/+6
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen1-24/+45
2023-10-13selftests/resctrl: Cleanup benchmark argument parsingIlpo Järvinen1-23/+23
2023-10-13selftests/resctrl: Remove ben_count variableIlpo Järvinen1-3/+2
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen1-22/+17
2023-10-13selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd initIlpo Järvinen1-8/+8
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen1-5/+4
2023-10-13selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen1-11/+7
2023-10-13selftests/resctrl: Correct benchmark command helpIlpo Järvinen1-2/+2
2023-10-13selftests/resctrl: Ensure the benchmark commands fits to its arrayIlpo Järvinen1-0/+5
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_resctrl()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-25selftests/resctrl: Fix resctrl_tests' return code to work with selftest frameworkShaopeng Tan1-2/+2
2022-04-25selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel CPUShaopeng Tan1-0/+4
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan1-14/+27
2021-06-07selftests/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-10selftests/resctrl: Disable MBA and MBM tests for AMDBabu Moger1-2/+2
2020-02-10selftests/resctrl: Add vendor detection mechanismBabu Moger1-0/+24
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-1/+14
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-6/+25
2020-02-10selftests/resctrl: Add MBA testFenghua Yu1-1/+15
2020-02-10selftests/resctrl: Add MBM testFenghua Yu1-0/+132