Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.h188 #define DSO__DATA_CACHE_MASK ~(DSO__DATA_CACHE_SIZE - 1) macro
H A Ddso.c1013 u64 cache_offset = offset & DSO__DATA_CACHE_MASK; in dso_cache__populate()