summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cat_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen1-7/+4
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen1-7/+1
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen1-1/+0
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen1-6/+0
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan1-1/+8
2023-04-13selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan1-11/+8
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan1-0/+1
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen1-1/+1
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-1/+1
2022-04-26selftests/resctrl: Extend CPU vendor detectionShaopeng Tan1-1/+1
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu1-3/+0
2021-04-02selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu1-1/+4
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu1-25/+3
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-18/+19
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-1/+1
2021-04-02selftests/resctrl: Fix compilation issues for global variablesFenghua Yu1-5/+5
2020-02-11selftests/resctrl: Disable MBA and MBM tests for AMDBabu Moger1-2/+2
2020-02-11selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-0/+250