summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/resctrl/fill_buf.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen2023-07-251-11/+9
* 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-251-24/+4
* selftests/resctrl: Convert span to size_tIlpo Järvinen2023-07-251-4/+4
* selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen2023-07-251-1/+2
* selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan2023-04-131-14/+0
* selftests/resctrl: Replace obsolete memalign() with posix_memalign()Ilpo Järvinen2023-04-101-3/+4
* selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen2023-04-101-0/+2
* selftests/resctrl: Fix null pointer dereference on open failedColin Ian King2022-04-261-1/+3
* selftests/resctrl: Clean up resctrl features checkFenghua Yu2021-04-021-2/+2
* selftests/resctrl: fix spelling mistake "Errror" -> "Error"Colin Ian King2020-03-131-2/+2
* selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu2020-02-101-2/+8
* selftests/resctrl: Add built in benchmarkSai Praneeth Prakhya2020-02-101-0/+207