Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.c579 struct dso_cache *cache; in dso_cache__free()
581 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
589 static struct dso_cache *dso_cache__find(struct dso *dso, u64 offset) in dso_cache__find()
594 struct dso_cache *cache; in dso_cache__find()
600 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()
614 static struct dso_cache *
615 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()
620 struct dso_cache *cache; in dso_cache__insert()
628 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
649 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
[all …]
Ddso.h116 struct dso_cache { struct