Home
last modified time | relevance | path

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

/tools/perf/util/
Ddso.c166 struct dso_cache *cache; in dso_cache__free()
168 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
175 static struct dso_cache*
180 struct dso_cache *cache; in dso_cache__find()
186 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()
200 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert()
204 struct dso_cache *cache; in dso_cache__insert()
211 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
225 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
239 struct dso_cache *cache; in dso_cache__read()
[all …]
Ddso.h63 struct dso_cache { struct