aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/resctrl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman1-0/+2
2024-02-23selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman1-0/+1
2024-02-23selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman1-1/+2
2024-02-23selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman1-0/+1
2024-02-23selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen1-0/+3
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen1-4/+6
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen1-4/+31
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen1-8/+20
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen1-1/+2
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen1-1/+4
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo Järvinen1-0/+7
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen1-0/+1
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen1-1/+13
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen1-2/+1
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen1-4/+2
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen1-0/+2
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen1-0/+24
2024-02-13selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-2/+1
2023-10-13selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman1-1/+0
2023-10-13selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen1-5/+1
2023-10-13selftests/resctrl: Move _GNU_SOURCE define into MakefileIlpo Järvinen1-1/+0
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen1-4/+6
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen1-4/+4
2023-10-13selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen1-2/+2
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_resctrl()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 testsShaopeng 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-25selftests/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-10selftests/resctrl: Add vendor detection mechanismBabu Moger1-0/+1