summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/resctrl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl()Ilpo Järvinen2024-07-111-9/+1
* selftests/resctrl: Convert ctrlgrp & mongrp to pointersIlpo Järvinen2024-07-111-2/+2
* selftests/resctrl: Make some strings passed to resctrlfs functions constIlpo Järvinen2024-07-111-3/+4
* selftests/resctrl: Simplify bandwidth report type handlingIlpo Järvinen2024-07-111-4/+3
* selftests/resctrl: Add ->init() callback into resctrl_val_paramIlpo Järvinen2024-07-111-1/+7
* selftests/resctrl: Add ->measure() callback to resctrl_val_paramIlpo Järvinen2024-07-111-0/+6
* selftests/resctrl: Cleanup bm_pid and ppid usage & limit scopeIlpo Järvinen2024-07-111-9/+0
* selftests/resctrl: Use correct type for pidsIlpo Järvinen2024-07-111-2/+2
* selftests/resctrl: Move cleanups out of individual testsMaciej Wieczor-Retman2024-05-061-4/+0
* selftests/resctrl: Simplify cleanup in ctrl-c handlerMaciej Wieczor-Retman2024-05-061-2/+1
* selftests/resctrl: Add cleanup function to test frameworkMaciej Wieczor-Retman2024-05-061-0/+2
* selftests/resctrl: Add non-contiguous CBMs CAT testMaciej Wieczor-Retman2024-02-231-0/+2
* selftests/resctrl: Add resource_info_file_exists()Maciej Wieczor-Retman2024-02-231-0/+1
* selftests/resctrl: Split validate_resctrl_feature_request()Maciej Wieczor-Retman2024-02-231-1/+2
* selftests/resctrl: Add a helper for the non-contiguous testMaciej Wieczor-Retman2024-02-231-0/+1
* selftests/resctrl: Add test groups and name L3 CAT test L3_CATIlpo Järvinen2024-02-231-0/+3
* selftests/resctrl: Get domain id from cache idIlpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen2024-02-131-4/+6
* selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen2024-02-131-4/+31
* selftests/resctrl: Create struct for input parametersIlpo Järvinen2024-02-131-8/+20
* selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen2024-02-131-1/+2
* selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen2024-02-131-1/+4
* selftests/resctrl: Replace file write with volatile variableIlpo Järvinen2024-02-131-0/+7
* selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen2024-02-131-0/+1
* selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen2024-02-131-1/+13
* selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen2024-02-131-2/+1
* selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen2024-02-131-4/+2
* selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen2024-02-131-0/+2
* selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen2024-02-131-0/+24
* selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen2024-02-131-1/+1
* selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen2024-02-131-2/+1
* selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman2023-10-131-1/+0
* selftests/resctrl: Refactor feature check to use resource and feature nameIlpo Järvinen2023-10-131-5/+1
* selftests/resctrl: Move _GNU_SOURCE define into MakefileIlpo Järvinen2023-10-131-1/+0
* selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen2023-10-131-4/+6
* selftests/resctrl: Simplify span lifetimeIlpo Järvinen2023-10-131-4/+4
* selftests/resctrl: Remove bw_report and bm_type from main()Ilpo Järvinen2023-10-131-2/+2
* selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen2023-07-251-2/+1
* selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen2023-07-251-2/+1
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-251-5/+5
* selftests/resctrl: Remove mum_resctrlfs from struct resctrl_val_paramIlpo Järvinen2023-07-251-2/+0
* selftests/resctrl: Refactor remount_resctrl(bool mum_resctrlfs) to mount_resc...Ilpo Järvinen2023-07-251-1/+1
* selftests/resctrl: Unmount resctrl FS if child fails to run benchmarkIlpo Järvinen2023-07-251-0/+1
* selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan2023-04-131-0/+2
* selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-101-1/+1