aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-23selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman3-0/+93
2024-02-23selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman2-0/+26
2024-02-23selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman5-17/+31
2024-02-23selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman2-0/+37
2024-02-23selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen3-6/+16
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen3-12/+21
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen3-25/+25
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ärvinen7-38/+38
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen7-121/+148
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen7-71/+95
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen4-9/+42
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen4-199/+139
2024-02-13selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen1-8/+30
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo Järvinen3-21/+16
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen3-11/+23
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen3-87/+90
2024-02-13selftests/resctrl: Convert perf related globals to localsIlpo Järvinen1-32/+40
2024-02-13selftests/resctrl: Improve perf initIlpo Järvinen1-10/+6
2024-02-13selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen1-21/+21
2024-02-13selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen1-50/+14
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen3-19/+13
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen4-44/+66
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen3-27/+41
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen3-4/+99
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen3-9/+33
2024-02-13selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen2-2/+2
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen4-24/+41
2024-02-13selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen2-43/+18
2024-02-13selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen1-6/+15
2024-02-13selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen2-6/+6
2024-02-13selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen1-1/+0
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen7-14/+14
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen9-70/+77
2023-10-18selftests/resctrl: Fix MBM test failure when MBA unavailableIlpo Järvinen1-1/+1
2023-10-13selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman3-53/+50
2023-10-13selftests/resctrl: Fix schemata write error checkMaciej Wieczor-Retman1-15/+26
2023-10-13selftests/resctrl: Reduce failures due to outliers in MBA/MBM testsIlpo Järvinen2-2/+2
2023-10-13selftests/resctrl: Fix feature checksIlpo Järvinen1-2/+5
2023-10-13selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen3-51/+34
2023-10-13selftests/resctrl: Move _GNU_SOURCE define into MakefileIlpo Järvinen2-2/+1
2023-10-13selftests/resctrl: Remove duplicate feature check from CMT testIlpo Järvinen1-3/+0
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen3-44/+55
2023-10-13selftests/resctrl: Fix uninitialized .sa_flagsIlpo Järvinen1-2/+2
2023-10-13selftests/resctrl: Cleanup benchmark argument parsingIlpo Järvinen1-23/+23
2023-10-13selftests/resctrl: Remove ben_count variableIlpo Järvinen1-3/+2
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen6-35/+53
2023-10-13selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd initIlpo Järvinen1-8/+8
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen6-25/+26
2023-10-13selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen4-17/+13