summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: fix clang build warnings related to abs(), labs() callsJohn Hubbard2024-05-083-4/+4
* selftests/resctrl: fix clang build failure: use LOCAL_HDRSJohn Hubbard2024-05-061-1/+3
* selftests/resctrl: ksft_exit_skip() does not returnNathan Chancellor2024-05-061-3/+3
* selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman2024-05-066-23/+11
* selftests/resctrl: Simplify cleanup in ctrl-c handlerMaciej Wieczor-Retman2024-05-063-15/+10
* selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman2024-05-065-0/+6
* selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman2024-02-233-0/+93
* selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman2024-02-232-0/+26
* selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman2024-02-235-17/+31
* selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman2024-02-232-0/+37
* selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen2024-02-233-6/+16
* selftests/resctrl: Get domain id from cache idIlpo Järvinen2024-02-133-12/+21
* selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen2024-02-133-25/+25
* selftests/resctrl: Add helper to convert L2/3 to integerIlpo Järvinen2024-02-131-8/+20
* selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen2024-02-137-38/+38
* selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen2024-02-137-121/+148
* selftests/resctrl: Create struct for input parametersIlpo Järvinen2024-02-137-71/+95
* selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen2024-02-134-9/+42
* selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen2024-02-134-199/+139
* selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen2024-02-131-8/+30
* selftests/resctrl: Replace file write with volatile variableIlpo Järvinen2024-02-133-21/+16
* selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen2024-02-133-11/+23
* selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen2024-02-133-87/+90
* selftests/resctrl: Convert perf related globals to localsIlpo Järvinen2024-02-131-32/+40
* selftests/resctrl: Improve perf initIlpo Järvinen2024-02-131-10/+6
* selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen2024-02-131-21/+21
* selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen2024-02-131-50/+14
* selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen2024-02-133-19/+13
* selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen2024-02-134-44/+66
* selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen2024-02-133-27/+41
* selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen2024-02-133-4/+99
* selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen2024-02-133-9/+33
* selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen2024-02-132-2/+2
* selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen2024-02-134-24/+41
* selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen2024-02-132-43/+18
* selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen2024-02-131-6/+15
* selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen2024-02-132-6/+6
* selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen2024-02-131-1/+0
* selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen2024-02-137-14/+14
* selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen2024-02-139-70/+77
* selftests/resctrl: Fix MBM test failure when MBA unavailableIlpo Järvinen2023-10-181-1/+1
* selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman2023-10-133-53/+50
* selftests/resctrl: Fix schemata write error checkMaciej Wieczor-Retman2023-10-131-15/+26
* selftests/resctrl: Reduce failures due to outliers in MBA/MBM testsIlpo Järvinen2023-10-132-2/+2
* selftests/resctrl: Fix feature checksIlpo Järvinen2023-10-131-2/+5
* selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen2023-10-133-51/+34
* selftests/resctrl: Move _GNU_SOURCE define into MakefileIlpo Järvinen2023-10-132-2/+1
* selftests/resctrl: Remove duplicate feature check from CMT testIlpo Järvinen2023-10-131-3/+0
* selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen2023-10-133-44/+55
* selftests/resctrl: Fix uninitialized .sa_flagsIlpo Järvinen2023-10-131-2/+2