Searched refs:dso_cache (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | dso.c | 562 struct dso_cache *cache; in dso_cache__free() 564 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free() 572 static struct dso_cache *dso_cache__find(struct dso *dso, u64 offset) in dso_cache__find() 577 struct dso_cache *cache; in dso_cache__find() 583 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find() 597 static struct dso_cache * 598 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert() 603 struct dso_cache *cache; in dso_cache__insert() 611 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert() 632 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy() [all …]
|
D | dso.h | 115 struct dso_cache { struct
|