Home
last modified time | relevance | path

Searched refs:TEST_FILE_SIZE (Results 1 – 1 of 1) sorted by relevance

/tools/perf/tests/
Ddso-data.c49 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20) macro
84 .offset = TEST_FILE_SIZE - 10,
90 .offset = TEST_FILE_SIZE - 10,
96 .offset = TEST_FILE_SIZE - 3,
117 char *file = test_file(TEST_FILE_SIZE); in test__dso_data()
149 buf = malloc(TEST_FILE_SIZE); in test__dso_data()
154 memset(buf, 0, TEST_FILE_SIZE); in test__dso_data()
156 buf, TEST_FILE_SIZE); in test__dso_data()
159 size == (TEST_FILE_SIZE - 10)); in test__dso_data()
263 !dsos__create(dso_cnt, TEST_FILE_SIZE)); in test__dso_data_cache()
[all …]