Searched refs:dso_cache (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | dso.c | 777 struct dso_cache *cache; in dso_cache__free() 779 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free() 787 static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset) in __dso_cache__find() 792 struct dso_cache *cache; in __dso_cache__find() 798 cache = rb_entry(parent, struct dso_cache, rb_node); in __dso_cache__find() 812 static struct dso_cache * 813 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert() 818 struct dso_cache *cache; in dso_cache__insert() 826 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert() 846 static ssize_t dso_cache__memcpy(struct dso_cache *cach [all...] |
H A D | dso.h | 138 struct dso_cache { struct
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | dso.c | 843 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 *cach [all...] |
H A D | dso.h | 138 struct dso_cache { struct
|
Completed in 6 milliseconds