aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/fill_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-25selftests/resctrl: Don't pass test name to fill_bufIlpo Järvinen1-11/+9
2023-07-25selftests/resctrl: Improve parameter consistency in fill_bufIlpo Järvinen1-25/+24
2023-07-25selftests/resctrl: Remove unnecessary startptr global from fill_bufIlpo Järvinen1-4/+1
2023-07-25selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()Ilpo Järvinen1-24/+4
2023-07-25selftests/resctrl: Convert span to size_tIlpo Järvinen1-4/+4
2023-07-25selftests/resctrl: Don't leak buffer in fill_cache()Ilpo Järvinen1-1/+2
2023-04-13selftests/resctrl: Commonize the signal handler register/unregister for all testsShaopeng Tan1-14/+0
2023-04-10selftests/resctrl: Replace obsolete memalign() with posix_memalign()Ilpo Järvinen1-3/+4
2023-04-10selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen1-0/+2
2022-04-26selftests/resctrl: Fix null pointer dereference on open failedColin Ian King1-1/+3
2021-04-02selftests/resctrl: Clean up resctrl features checkFenghua Yu1-2/+2
2020-03-13selftests/resctrl: fix spelling mistake "Errror" -> "Error"Colin Ian King1-2/+2
2020-02-10selftests/resctrl: Add Cache Allocation Technology (CAT) selftestFenghua Yu1-2/+8
2020-02-10selftests/resctrl: Add built in benchmarkSai Praneeth Prakhya1-0/+207