Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dprobe-event.c553 static struct debuginfo *debuginfo_cache; variable
571 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
572 debuginfo_cache = NULL; in debuginfo_cache__open()
576 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
577 if (!debuginfo_cache) in debuginfo_cache__open()
580 return debuginfo_cache; in debuginfo_cache__open()
585 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
586 debuginfo_cache = NULL; in debuginfo_cache__exit()