Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.c585 static struct debuginfo *debuginfo_cache; variable
603 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
604 debuginfo_cache = NULL; in debuginfo_cache__open()
608 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
609 if (!debuginfo_cache) in debuginfo_cache__open()
612 return debuginfo_cache; in debuginfo_cache__open()
617 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
618 debuginfo_cache = NULL; in debuginfo_cache__exit()
H A Dannotate.c2779 static struct debuginfo_cache { struct