summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/resctrl.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen1-2/+1
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen1-2/+1
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-5/+5
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen1-2/+0
2023-07-25selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen1-0/+1
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan1-0/+2
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen1-1/+1
2023-04-10selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu1-1/+1
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-0/+2
2022-04-26selftests/resctrl: Extend CPU vendor detectionShaopeng Tan1-1/+4
2021-04-02selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu1-1/+5
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu1-0/+4
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-1/+1
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-3/+3
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-0/+5
2021-04-02selftests/resctrl: Fix compilation issues for other global variablesFenghua Yu1-4/+4
2021-04-02selftests/resctrl: Fix compilation issues for global variablesFenghua Yu1-1/+1
2020-02-11selftests/resctrl: Add vendor detection mechanismBabu Moger1-0/+1
2020-02-11selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-0/+3
2020-02-11selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-0/+16
2020-02-11selftests/resctrl: Add MBA testFenghua Yu1-0/+2
2020-02-11selftests/resctrl: Add MBM testFenghua Yu1-0/+6
2020-02-11selftests/resctrl: Add callback to start a benchmarkSai Praneeth Prakhya1-0/+29
2020-02-11selftests/resctrl: Add basic resctrl file system operations and dataSai Praneeth Prakhya1-0/+50