summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/mbm_test.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman2024-02-231-3/+3
* selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen2024-02-131-4/+5
* selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen2024-02-131-1/+17
* selftests/resctrl: Create struct for input parametersIlpo Järvinen2024-02-131-5/+4
* 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: Fix MBM test failure when MBA unavailableIlpo Järvinen2023-10-181-1/+1
* selftests/resctrl: Reduce failures due to outliers in MBA/MBM testsIlpo Järvinen2023-10-131-1/+1
* selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen2023-10-131-1/+1
* selftests/resctrl: Simplify span lifetimeIlpo Järvinen2023-10-131-3/+2
* selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen2023-10-131-2/+2
* selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen2023-07-251-7/+1
* selftests/resctrl: Express span internally in bytesIlpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-251-4/+4
* selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-251-1/+0
* selftests/resctrl: Fix incorrect error return on test completeReinette Chatre2023-04-141-1/+1
* selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-131-4/+3
* selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Shaopeng Tan2023-04-131-6/+7
* selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Change a few printed messagesFenghua Yu2021-04-071-1/+1
* selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu2021-04-021-3/+0
* selftests/resctrl: Fix MBA/MBM results reporting formatFenghua Yu2021-04-021-7/+8
* selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu2021-04-021-13/+15
* selftests/resctrl: Clean up resctrl features checkFenghua Yu2021-04-021-1/+1
* selftests/resctrl: Add MBM testFenghua Yu2020-02-101-0/+145