summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cat_test.c
AgeCommit message (Expand)Author
2024-07-11selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen
2024-06-26selftests/resctrl: Fix non-contiguous CBM for AMDBabu Moger
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman
2024-02-23selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman
2024-02-23selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen
2023-07-25selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen
2023-07-25selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan
2023-04-13selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu
2021-04-02selftests/resctrl: Don't hard code value of "no_of_bits" variableFenghua Yu
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu
2021-04-02selftests/resctrl: Fix compilation issues for global variablesFenghua Yu
2020-02-10selftests/resctrl: Disable MBA and MBM tests for AMDBabu Moger
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu