aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/mba_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-14selftests/resctrl: Discover SNC kernel support and adjust messagesMaciej Wieczor-Retman1-0/+2
2024-11-04selftests/resctrl: Replace magic constants used as array sizeReinette Chatre1-1/+2
2024-11-04selftests/resctrl: Keep results from first test runReinette Chatre1-7/+3
2024-11-04selftests/resctrl: Do not compare performance counters and resctrl at low bandwidthReinette Chatre1-0/+7
2024-11-04selftests/resctrl: Use cache size to determine "fill_buf" buffer sizeReinette Chatre1-1/+6
2024-11-04selftests/resctrl: Make benchmark parameter passing robustReinette Chatre1-1/+12
2024-11-04selftests/resctrl: Remove unused measurement codeReinette Chatre1-2/+2
2024-11-04selftests/resctrl: Make wraparound handling obviousReinette Chatre1-5/+7
2024-07-11selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen1-1/+0
2024-07-11selftests/resctrl: Remove mongrp from MBA testIlpo Järvinen1-1/+0
2024-07-11selftests/resctrl: Simplify bandwidth report type handlingIlpo Järvinen1-2/+1
2024-07-11selftests/resctrl: Add ->init() callback into resctrl_val_paramIlpo Järvinen1-0/+14
2024-07-11selftests/resctrl: Add ->measure() callback to resctrl_val_paramIlpo Järvinen1-1/+8
2024-05-08selftests/resctrl: fix clang build warnings related to abs(), labs() callsJohn Hubbard1-1/+1
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman1-5/+2
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman1-0/+1
2024-02-23selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman1-1/+1
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen1-4/+5
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen1-1/+15
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen1-5/+4
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-1/+1
2023-10-13selftests/resctrl: Reduce failures due to outliers in MBA/MBM testsIlpo Järvinen1-1/+1
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen1-1/+1
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-7/+1
2023-07-25selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen1-1/+0
2023-04-13selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan1-4/+3
2023-04-13selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan1-8/+8
2023-04-10selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen1-1/+1
2023-04-10selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen1-1/+6
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-1/+1
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu1-3/+3
2021-04-02selftests/resctrl: Skip the test if requested resctrl feature is not supportedFenghua Yu1-3/+0
2021-04-02selftests/resctrl: Fix MBA/MBM results reporting formatFenghua Yu1-9/+13
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-12/+12
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-1/+1
2020-02-10selftests/resctrl: Add MBA testFenghua Yu1-0/+171