summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl
AgeCommit message (Expand)Author
2024-07-11selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen
2024-07-11selftests/resctrl: Remove mongrp from CMT testIlpo Järvinen
2024-07-11selftests/resctrl: Remove mongrp from MBA testIlpo Järvinen
2024-07-11selftests/resctrl: Convert ctrlgrp & mongrp to pointersIlpo Järvinen
2024-07-11selftests/resctrl: Make some strings passed to resctrlfs functions constIlpo Järvinen
2024-07-11selftests/resctrl: Simplify bandwidth report type handlingIlpo Järvinen
2024-07-11selftests/resctrl: Add ->init() callback into resctrl_val_paramIlpo Järvinen
2024-07-11selftests/resctrl: Add ->measure() callback to resctrl_val_paramIlpo Järvinen
2024-07-11selftests/resctrl: Simplify mem bandwidth file code for MBA & MBM testsIlpo Järvinen
2024-07-11selftests/resctrl: Rename measure_vals() to measure_mem_bw_vals() & documentIlpo Järvinen
2024-07-11selftests/resctrl: Cleanup bm_pid and ppid usage & limit scopeIlpo Järvinen
2024-07-11selftests/resctrl: Use correct type for pidsIlpo Järvinen
2024-07-11selftests/resctrl: Consolidate get_domain_id() into resctrl_val()Ilpo Järvinen
2024-07-11selftests/resctrl: Make "bandwidth" consistent in comments & printsIlpo Järvinen
2024-07-11selftests/resctrl: Calculate resctrl FS derived mem bw over sleep(1) onlyIlpo Järvinen
2024-07-11selftests/resctrl: Fix closing IMC fds on error and open-code R+W instead of ...Ilpo Järvinen
2024-06-26selftests/resctrl: Fix non-contiguous CBM for AMDBabu Moger
2024-05-08selftests/resctrl: fix clang build warnings related to abs(), labs() callsJohn Hubbard
2024-05-06selftests/resctrl: fix clang build failure: use LOCAL_HDRSJohn Hubbard
2024-05-06selftests/resctrl: ksft_exit_skip() does not returnNathan Chancellor
2024-05-06selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman
2024-05-06selftests/resctrl: Simplify cleanup in ctrl-c handlerMaciej Wieczor-Retman
2024-05-06selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman
2024-02-23selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman
2024-02-23selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman
2024-02-23selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman
2024-02-23selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman
2024-02-23selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen
2024-02-13selftests/resctrl: Add helper to convert L2/3 to integerIlpo Järvinen
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen
2024-02-13selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo 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: Exclude shareable bits from schemata in CAT testIlpo Järvinen
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen
2024-02-13selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen