summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftests/resctrl: Cleanup benchmark argument parsingIlpo Järvinen2023-10-131-23/+23
* selftests/resctrl: Remove ben_count variableIlpo Järvinen2023-10-131-3/+2
* selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen2023-10-136-35/+53
* selftests/resctrl: Reorder resctrl FS prep code and benchmark_cmd initIlpo Järvinen2023-10-131-8/+8
* selftests/resctrl: Simplify span lifetimeIlpo Järvinen2023-10-136-25/+26
* selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen2023-10-134-17/+13
* selftests/resctrl: Correct benchmark command helpIlpo Järvinen2023-10-131-2/+2
* selftests/resctrl: Ensure the benchmark commands fits to its arrayIlpo Järvinen2023-10-131-0/+5
* 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-253-3/+3
* selftests/resctrl: Move CAT/CMT test global vars to function they are used inIlpo Järvinen2023-07-252-14/+8
* selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen2023-07-257-33/+7
* selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen2023-07-255-26/+24
* selftests/resctrl: Improve parameter consistency in fill_bufIlpo Järvinen2023-07-251-25/+24
* selftests/resctrl: Remove unnecessary startptr global from fill_bufIlpo Järvinen2023-07-251-4/+1
* selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen2023-07-255-43/+19
* selftests/resctrl: Remove duplicated preparation for span argIlpo Järvinen2023-07-251-5/+2
* selftests/resctrl: Express span internally in bytesIlpo Järvinen2023-07-253-9/+4
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-257-22/+23
* selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-255-6/+0
* selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen2023-07-253-21/+12
* selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen2023-07-255-23/+46
* selftests/resctrl: Unmount resctrl FS before starting the first testIlpo Järvinen2023-07-252-2/+11
* selftests/resctrl: Close perf value read fd on errorsIlpo Järvinen2023-07-251-7/+11
* selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen2023-07-251-0/+1
* selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen2023-07-251-1/+2
* selftests/resctrl: Add resctrl.h into build depsIlpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Fix incorrect error return on test completeReinette Chatre2023-04-141-1/+1
* selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-134-16/+9
* selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan2023-04-134-33/+58
* selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan2023-04-131-11/+8
* selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan2023-04-133-0/+3
* selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan2023-04-131-8/+8
* selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Shaopeng Tan2023-04-132-7/+10
* selftests/resctrl: Use correct exit code when tests failPeter Newman2023-04-131-5/+5
* selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen2023-04-101-1/+1
* selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-105-8/+7
* selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu2023-04-102-2/+2
* selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen2023-04-101-8/+3