summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/resctrl/resctrl_val.c
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: 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-05-06selftests/resctrl: Simplify cleanup in ctrl-c handlerMaciej Wieczor-Retman
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: Pass write_schemata() resource instead of test nameIlpo 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: Split measure_cache_vals()Ilpo 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: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen
2023-10-13selftests/resctrl: Fix uninitialized .sa_flagsIlpo Järvinen
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen
2023-04-10selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen
2022-04-25selftests/resctrl: Kill child process before parent process terminates if SIG...Shaopeng Tan
2021-04-02selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu
2021-04-02selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua 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 QoS Monitoring (CQM) selftestFenghua Yu
2020-02-10selftests/resctrl: Add MBM testFenghua Yu
2020-02-10selftests/resctrl: Add callback to start a benchmarkSai Praneeth Prakhya
2020-02-10selftests/resctrl: Read memory bandwidth from perf IMC counter and from resct...Sai Praneeth Prakhya