summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/resctrl.h
AgeCommit message (Expand)AuthorLines
2023-10-13selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman-1/+0
2023-10-13selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen-5/+1
2023-10-13selftests/resctrl: Move _GNU_SOURCE define into MakefileIlpo Järvinen-1/+0
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen-4/+6
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen-4/+4
2023-10-13selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen-2/+2
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen-2/+1
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen-1/+1
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen-2/+1
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen-5/+5
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen-2/+0
2023-07-25selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen-1/+1
2023-07-25selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen-0/+1
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan-0/+2
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen-1/+1
2023-04-10selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu-1/+1
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen-0/+2
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan-1/+4
2021-04-02selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu-1/+5
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu-0/+4
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu-1/+1
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu-3/+3
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu-0/+5
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-1/+1
2020-02-10selftests/resctrl: Add vendor detection mechanismBabu Moger-0/+1
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu-0/+3
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu-0/+16
2020-02-10selftests/resctrl: Add MBA testFenghua Yu-0/+2
2020-02-10selftests/resctrl: Add MBM testFenghua Yu-0/+6
2020-02-10selftests/resctrl: Add callback to start a benchmarkSai Praneeth Prakhya-0/+29
2020-02-10selftests/resctrl: Add basic resctrl file system operations and dataSai Praneeth Prakhya-0/+50