summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cat_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman1-5/+2
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman1-0/+1
2024-02-24selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman1-0/+89
2024-02-24selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen1-1/+2
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen1-4/+7
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen1-5/+13
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen1-9/+11
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen1-4/+9
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen1-152/+131
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen1-7/+7
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen1-1/+72
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen1-4/+4
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen1-3/+27
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen1-4/+8
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen1-5/+5
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen1-6/+1
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen1-2/+2
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-4/+4
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen1-8/+0
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen1-6/+7
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