Searched refs:dso_cache (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | dso.c | 502 struct dso_cache *cache; in dso_cache__free() 504 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free() 511 static struct dso_cache *dso_cache__find(const struct rb_root *root, u64 offset) in dso_cache__find() 515 struct dso_cache *cache; in dso_cache__find() 521 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find() 535 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert() 539 struct dso_cache *cache; in dso_cache__insert() 546 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert() 560 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy() 573 struct dso_cache *cache; in dso_cache__read() [all …]
|
D | dso.h | 113 struct dso_cache { struct
|