summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/resctrl_tests.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Fix feature checksIlpo Järvinen2023-10-131-2/+5
* selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen2023-10-131-4/+6
* selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen2023-10-131-24/+45
* selftests/resctrl: Cleanup benchmark argument parsingIlpo Järvinen2023-10-131-23/+23
* selftests/resctrl: Remove ben_count variableIlpo Järvinen2023-10-131-3/+2
* selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen2023-10-131-22/+17
* selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd initIlpo Järvinen2023-10-131-8/+8
* selftests/resctrl: Simplify span lifetimeIlpo Järvinen2023-10-131-5/+4
* selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen2023-10-131-11/+7
* selftests/resctrl: Correct benchmark command helpIlpo Järvinen2023-10-131-2/+2
* selftests/resctrl: Ensure the benchmark commands fits to its arrayIlpo Järvinen2023-10-131-0/+5
* selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen2023-07-251-9/+5
* selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen2023-07-251-7/+6
* selftests/resctrl: Remove duplicated preparation for span argIlpo Järvinen2023-07-251-5/+2
* selftests/resctrl: Express span internally in bytesIlpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-251-5/+6
* selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen2023-07-251-4/+4
* selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen2023-07-251-6/+41
* selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen2023-07-251-0/+3
* selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-131-4/+0
* selftests/resctrl: Use correct exit code when tests failPeter Newman2023-04-131-5/+5
* selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan2022-04-251-2/+2
* selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan2022-04-251-0/+4
* selftests/resctrl: Extend CPU vendor detectionShaopeng Tan2022-04-251-14/+27
* selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen2021-06-071-2/+2
* selftests/resctrl: Fix unmount resctrl FSFenghua Yu2021-04-021-0/+2
* selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu2021-04-021-0/+23
* selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu2021-04-021-31/+57
* selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu2021-04-021-2/+6
* selftests/resctrl: Fix a printed messageReinette Chatre2021-04-021-2/+2
* selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu2021-04-021-19/+21
* selftests/resctrl: Rename CQM test as CMT testFenghua Yu2021-04-021-13/+13
* selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu2021-04-021-1/+1
* selftests/resctrl: Clean up resctrl features checkFenghua Yu2021-04-021-6/+6
* selftests/resctrl: Disable MBA and MBM tests for AMDBabu Moger2020-02-101-2/+2
* selftests/resctrl: Add vendor detection mechanismBabu Moger2020-02-101-0/+24
* selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu2020-02-101-1/+14
* selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu2020-02-101-6/+25
* selftests/resctrl: Add MBA testFenghua Yu2020-02-101-1/+15
* selftests/resctrl: Add MBM testFenghua Yu2020-02-101-0/+132