Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Ddso.c805 struct dso_cache *cache; in dso_cache__free()
807 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
820 struct dso_cache *cache; in __dso_cache__find()
826 cache = rb_entry(parent, struct dso_cache, rb_node); in __dso_cache__find()
840 static struct dso_cache *
841 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()
846 struct dso_cache *cache; in dso_cache__insert()
854 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
917 struct dso_cache *cache; in dso_cache__populate()
918 struct dso_cache *old; in dso_cache__populate()
[all …]
A Ddso.h138 struct dso_cache { struct

Completed in 6 milliseconds