Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Ddso-data.c52 #define TEST_FILE_SIZE (DSO__DATA_CACHE_SIZE * 20)
75 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,
81 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,
/openbmc/linux/tools/perf/util/
H A Ddso.h125 #define DSO__DATA_CACHE_SIZE 4096 macro
126 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1)
H A Ddso.c799 ssize_t size = DSO__DATA_CACHE_SIZE; in bpf_read()
865 end = cache->offset + DSO__DATA_CACHE_SIZE; in __dso_cache__find()
893 end = cache->offset + DSO__DATA_CACHE_SIZE; in dso_cache__insert()
944 ret = pread(dso->data.fd, data, DSO__DATA_CACHE_SIZE, offset); in file_read()
958 cache = zalloc(sizeof(*cache) + DSO__DATA_CACHE_SIZE); in dso_cache__populate()
969 *ret = DSO__DATA_CACHE_SIZE; in dso_cache__populate()