summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl
AgeCommit message (Expand)AuthorLines
2022-04-26selftests/resctrl: Fix null pointer dereference on open failedColin Ian King-1/+3
2022-04-25selftests/resctrl: Add missing SPDX license to MakefileShaopeng Tan-0/+2
2022-04-25selftests/resctrl: Update README about using kselftest framework to build/run...Shaopeng Tan-7/+32
2022-04-25selftests/resctrl: Make resctrl_tests run using kselftest frameworkShaopeng Tan-13/+4
2022-04-25selftests/resctrl: Fix resctrl_tests' return code to work with selftest frame...Shaopeng Tan-2/+2
2022-04-25selftests/resctrl: Change the default limited time to 120 secondsShaopeng Tan-0/+3
2022-04-25selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan-0/+1
2022-04-25selftests/resctrl: Print a message if the result of MBM&CMT tests is failed o...Shaopeng Tan-0/+4
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan-17/+33
2021-06-07selftests/resctrl: Fix incorrect parsing of option "-t"Xiaochen Shen-3/+3
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu-7/+7
2021-04-02selftests/resctrl: Create .gitignore to include resctrl_testsFenghua Yu-0/+2
2021-04-02selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu-18/+23
2021-04-02selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu-2/+20
2021-04-02selftests/resctrl: Fix unmount resctrl FSFenghua Yu-0/+5
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu-9/+23
2021-04-02selftests/resctrl: Modularize resctrl test suite main() functionFenghua Yu-31/+57
2021-04-02selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu-3/+10
2021-04-02selftests/resctrl: Fix MBA/MBM results reporting formatFenghua Yu-16/+21
2021-04-02selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu-12/+46
2021-04-02selftests/resctrl: Check for resctrl mount point only if resctrl FS is supportedFenghua Yu-0/+3
2021-04-02selftests/resctrl: Add config dependenciesFenghua Yu-0/+2
2021-04-02selftests/resctrl: Fix a printed messageReinette Chatre-2/+2
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu-55/+52
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu-117/+105
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu-41/+41
2021-04-02selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu-1/+1
2021-04-02selftests/resctrl: Ensure sibling CPU is not same as original CPUReinette Chatre-1/+1
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu-35/+41
2021-04-02selftests/resctrl: Fix compilation issues for other global variablesFenghua Yu-4/+4
2021-04-02selftests/resctrl: Fix compilation issues for global variablesFenghua Yu-16/+16
2021-04-02selftests/resctrl: Enable gcc checks to detect buffer overflowsFenghua Yu-2/+2
2020-03-13selftests/resctrl: fix spelling mistake "Errror" -> "Error"Colin Ian King-2/+2
2020-02-10selftests/resctrl: Disable MBA and MBM tests for AMDBabu Moger-4/+4
2020-02-10selftests/resctrl: Use cache index3 id for AMD schemata masksBabu Moger-2/+7
2020-02-10selftests/resctrl: Add vendor detection mechanismBabu Moger-0/+25
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu-5/+451
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu-20/+558
2020-02-10selftests/resctrl: Add MBA testFenghua Yu-1/+188
2020-02-10selftests/resctrl: Add MBM testFenghua Yu-1/+368
2020-02-10selftests/resctrl: Add built in benchmarkSai Praneeth Prakhya-0/+207
2020-02-10selftests/resctrl: Add callback to start a benchmarkSai Praneeth Prakhya-0/+603
2020-02-10selftests/resctrl: Read memory bandwidth from perf IMC counter and from resct...Sai Praneeth Prakhya-0/+117
2020-02-10selftests/resctrl: Add basic resctrl file system operations and dataSai Praneeth Prakhya-0/+524
2020-02-10selftests/resctrl: Add README for resctrl testsFenghua Yu-0/+53