summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/cmt_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Discover SNC kernel support and adjust messagesMaciej Wieczor-Retman2025-01-151-2/+2
* selftests/resctrl: Keep results from first test runReinette Chatre2024-11-051-3/+2
* selftests/resctrl: Make benchmark parameter passing robustReinette Chatre2024-11-051-20/+12
* selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen2024-07-111-1/+0
* selftests/resctrl: Remove mongrp from CMT testIlpo Järvinen2024-07-111-3/+2
* selftests/resctrl: Add ->init() callback into resctrl_val_paramIlpo Järvinen2024-07-111-0/+12
* selftests/resctrl: Add ->measure() callback to resctrl_val_paramIlpo Järvinen2024-07-111-0/+8
* selftests/resctrl: fix clang build warnings related to abs(), labs() callsJohn Hubbard2024-05-091-2/+2
* selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman2024-05-061-2/+1
* selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman2024-05-061-0/+1
* selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman2024-02-231-1/+1
* selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen2024-02-131-2/+4
* selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen2024-02-131-1/+16
* selftests/resctrl: Create struct for input parametersIlpo Järvinen2024-02-131-8/+8
* selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen2024-02-131-3/+29
* selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen2024-02-131-4/+4
* selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen2024-02-131-4/+1
* selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Remove duplicate feature check from CMT testIlpo Järvinen2023-10-131-3/+0
* selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen2023-10-131-5/+20
* selftests/resctrl: Simplify span lifetimeIlpo Järvinen2023-10-131-5/+6
* selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen2023-07-251-7/+4
* selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen2023-07-251-8/+1
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-251-1/+0
* selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen2023-07-251-4/+0
* selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-131-4/+3
* selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-101-4/+3
* selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu2021-04-021-30/+3
* selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu2021-04-021-23/+19
* selftests/resctrl: Rename CQM test as CMT testFenghua Yu2021-04-021-0/+176