Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Ddso.c171 struct dso_cache *cache; in dso_cache__free()
173 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
180 static struct dso_cache*
185 struct dso_cache *cache; in dso_cache__find()
191 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()
205 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert()
209 struct dso_cache *cache; in dso_cache__insert()
216 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
230 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
244 struct dso_cache *cache; in dso_cache__read()
[all …]
Ddso.h66 struct dso_cache { struct