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.c582 static struct debuginfo *debuginfo_cache; variable
600 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
601 debuginfo_cache = NULL; in debuginfo_cache__open()
605 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
606 if (!debuginfo_cache) in debuginfo_cache__open()
609 return debuginfo_cache; in debuginfo_cache__open()
614 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
615 debuginfo_cache = NULL; in debuginfo_cache__exit()
H A Dannotate.c2632 static struct debuginfo_cache { struct