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