Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Ddso-data.c52 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20) macro
87 .offset = TEST_FILE_SIZE - 10,
93 .offset = TEST_FILE_SIZE - 10,
99 .offset = TEST_FILE_SIZE - 3,
120 char *file = test_file(TEST_FILE_SIZE); in test__dso_data()
152 buf = malloc(TEST_FILE_SIZE); in test__dso_data()
157 memset(buf, 0, TEST_FILE_SIZE); in test__dso_data()
159 buf, TEST_FILE_SIZE); in test__dso_data()
162 size == (TEST_FILE_SIZE - 10)); in test__dso_data()
269 !dsos__create(dso_cnt, TEST_FILE_SIZE)); in test__dso_data_cache()
[all …]