aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/resctrl/fill_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen1-3/+3
2024-02-13selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen1-8/+30
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo Järvinen1-21/+5
2024-02-13selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen1-42/+17
2024-02-13selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen1-6/+15
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen1-1/+1
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