aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/resctrl_val.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen1-2/+2
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen1-15/+15
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen1-2/+5
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen1-9/+12
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen1-1/+1
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen1-5/+5
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-34/+42
2023-10-13selftests/resctrl: Move run_benchmark() to a more fitting fileMaciej Wieczor-Retman1-0/+50
2023-10-13selftests/resctrl: Extend signal handler coverage to unmount on receiving signalIlpo Järvinen1-12/+10
2023-10-13selftests/resctrl: Fix uninitialized .sa_flagsIlpo Järvinen1-2/+2
2023-10-13selftests/resctrl: Make benchmark command const and build it with pointersIlpo Järvinen1-2/+8
2023-07-25selftests/resctrl: Don't use variable argument list for ->setup()Ilpo Järvinen1-1/+1
2023-07-25selftests/resctrl: Move resctrl FS mount/umount to higher levelIlpo Järvinen1-5/+0
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all testsShaopeng Tan1-18/+48
2023-04-13selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan1-0/+1
2023-04-10selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen1-1/+3
2023-04-10selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen1-13/+6
2022-04-25selftests/resctrl: Kill child process before parent process terminates if SIGTERM is receivedShaopeng Tan1-0/+1
2021-04-02selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu1-18/+23
2021-04-02selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu1-2/+20
2021-04-02selftests/resctrl: Call kselftest APIs to log test resultsFenghua Yu1-2/+2
2021-04-02selftests/resctrl: Rename CQM test as CMT testFenghua Yu1-6/+6
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-11/+11
2020-02-10selftests/resctrl: Add Cache QoS Monitoring (CQM) selftestFenghua Yu1-6/+57
2020-02-10selftests/resctrl: Add MBM testFenghua Yu1-0/+2
2020-02-10selftests/resctrl: Add callback to start a benchmarkSai Praneeth Prakhya1-0/+574
2020-02-10selftests/resctrl: Read memory bandwidth from perf IMC counter and from resctrl file systemSai Praneeth Prakhya1-0/+117