aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/resctrlfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman1-0/+25
2024-02-23selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman1-11/+24
2024-02-23selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman1-0/+36
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen1-9/+18
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen1-9/+9
2024-02-13selftests/resctrl: Add helper to convert L2/3 to integerIlpo Järvinen1-8/+20
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen1-18/+6
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen1-0/+5
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen1-3/+30
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen1-43/+1
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen1-0/+89
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-13/+38
2024-02-13selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen1-5/+5
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-21/+21
2023-10-13selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman1-52/+0
2023-10-13selftests/resctrl: Fix schemata write error checkMaciej Wieczor-Retman1-15/+26
2023-10-13selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen1-42/+27
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen1-3/+8
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen1-7/+5
2023-07-25selftests/resctrl: Express span internally in bytesIlpo Järvinen1-7/+2
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resctrl()Ilpo Järvinen1-16/+7
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen1-2/+5
2023-07-25selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen1-2/+8
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan1-0/+1
2023-04-13selftests/resctrl: Fix set up schemata with 100% allocation on first run in MBM testShaopeng Tan1-1/+3
2023-04-10selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu1-1/+1
2022-04-25selftests/resctrl: Extend CPU vendor detectionShaopeng Tan1-1/+1
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu1-2/+2
2021-04-02selftests/resctrl: Fix unmount resctrl FSFenghua Yu1-0/+3
2021-04-02selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu1-11/+41
2021-04-02selftests/resctrl: Check for resctrl mount point only if resctrl FS is supportedFenghua Yu1-0/+3
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-29/+16
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-5/+5
2021-04-02selftests/resctrl: Ensure sibling CPU is not same as original CPUReinette Chatre1-1/+1
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-8/+9
2021-04-02selftests/resctrl: Fix compilation issues for global variablesFenghua Yu1-5/+5
2020-02-10selftests/resctrl: Use cache index3 id for AMD schemata masksBabu Moger1-2/+7
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-1/+2
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-8/+185
2020-02-10selftests/resctrl: Add MBM testFenghua Yu1-0/+77
2020-02-10selftests/resctrl: Add basic resctrl file system operations and dataSai Praneeth Prakhya1-0/+462