Home
last modified time | relevance | path

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

/linux-4.1.27/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,
106 char *file = test_file(TEST_FILE_SIZE); in test__dso_data()
138 buf = malloc(TEST_FILE_SIZE); in test__dso_data()
143 memset(buf, 0, TEST_FILE_SIZE); in test__dso_data()
145 buf, TEST_FILE_SIZE); in test__dso_data()
148 size == (TEST_FILE_SIZE - 10)); in test__dso_data()
252 !dsos__create(dso_cnt, TEST_FILE_SIZE)); in test__dso_data_cache()
[all …]