Searched refs:DSO__DATA_CACHE_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/util/ | ||
D | dso.h | 117 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1) macro |
D | dso.c | 822 cache_offset = offset & DSO__DATA_CACHE_MASK; in dso_cache__read() |