// SPDX-License-Identifier: GPL-2.0 /* * Artificial memory access program for testing DAMON. */ #include #include #include #include int main(int argc, char *argv[]) { char **regions; clock_t start_clock; int nr_regions; int sz_region; int access_time_ms; int i; if (argc != 4) { printf("Usage: %s