summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/cache.c
AgeCommit message (Expand)Author
2024-07-11selftests/resctrl: Use correct type for pidsIlpo Järvinen
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen
2024-02-13selftests/resctrl: Convert perf related globals to localsIlpo Järvinen
2024-02-13selftests/resctrl: Improve perf initIlpo Järvinen
2024-02-13selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen
2024-02-13selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen
2024-02-13selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen
2024-02-13selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen
2023-10-13selftests/resctrl: Simplify span lifetimeIlpo Järvinen
2023-10-13selftests/resctrl: Fix wrong format specifierMaciej Wieczor-Retman
2023-07-25selftests/resctrl: Remove test type checks from cat_val()Ilpo Järvinen
2023-07-25selftests/resctrl: Pass the real number of tests to show_cache_info()Ilpo Järvinen
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen
2023-07-25selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen
2023-04-10selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen
2023-04-10selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen
2021-04-07selftests/resctrl: Change a few printed messagesFenghua Yu
2021-04-02selftests/resctrl: Share show_cache_info() by CAT and CMT testsFenghua Yu
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu