summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/mba_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+5
* selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen2024-02-131-1/+15
* 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: 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: 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: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-251-1/+0
* selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-131-4/+3
* selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan2023-04-131-8/+8
* selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen2023-04-101-1/+6
* selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Change a few printed messagesFenghua Yu2021-04-071-3/+3
* 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-9/+13
* selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu2021-04-021-12/+12
* selftests/resctrl: Clean up resctrl features checkFenghua Yu2021-04-021-1/+1
* selftests/resctrl: Add MBA testFenghua Yu2020-02-101-0/+171