Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-event.c566 static struct debuginfo *debuginfo_cache; variable
584 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
585 debuginfo_cache = NULL; in debuginfo_cache__open()
589 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
590 if (!debuginfo_cache) in debuginfo_cache__open()
593 return debuginfo_cache; in debuginfo_cache__open()
598 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
599 debuginfo_cache = NULL; in debuginfo_cache__exit()