Home
last modified time | relevance | path

Searched defs:syms_cache (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/
Doffcputime.c190 static void print_map(struct ksyms *ksyms, struct syms_cache *syms_cache, in print_map()
265 struct syms_cache *syms_cache = NULL; in main() local
Dtrace_helpers.c724 struct syms_cache { struct
732 struct syms_cache *syms_cache__new(int nr) in syms_cache__new() argument
734 struct syms_cache *syms_cache; in syms_cache__new() local
744 void syms_cache__free(struct syms_cache *syms_cache) in syms_cache__free()
757 struct syms *syms_cache__get_syms(struct syms_cache *syms_cache, int tgid) in syms_cache__get_syms()