Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Ddso.c843 struct dso_cache *cache; in dso_cache__free()
845 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
853 static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset) in __dso_cache__find()
858 struct dso_cache *cache; in __dso_cache__find()
864 cache = rb_entry(parent, struct dso_cache, rb_node); in __dso_cache__find()
878 static struct dso_cache *
879 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()
884 struct dso_cache *cache; in dso_cache__insert()
892 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
912 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, in dso_cache__memcpy()
[all …]
Ddso.h138 struct dso_cache { struct