aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen1-4/+15
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen1-85/+5
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ärvinen1-13/+8
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen1-34/+8
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen1-25/+39
2024-02-13selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen1-1/+1
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ärvinen1-3/+3
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-5/+5
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen1-2/+3
2023-10-13selftests/resctrl: Fix wrong format specifierMaciej Wieczor-Retman1-1/+1
2023-07-25selftests/resctrl: Remove test type checks from cat_val()Ilpo Järvinen1-27/+20
2023-07-25selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen1-2/+1
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen1-3/+3
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-2/+2
2023-07-25selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen1-7/+11
2023-04-10selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen1-1/+1
2023-04-10selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen1-8/+3
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-1/+3
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu1-1/+1
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu1-0/+42
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-2/+2
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-4/+4
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-1/+174
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-0/+99