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