Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dprobe-event.c565 static struct debuginfo *debuginfo_cache; variable
583 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
584 debuginfo_cache = NULL; in debuginfo_cache__open()
588 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
589 if (!debuginfo_cache) in debuginfo_cache__open()
592 return debuginfo_cache; in debuginfo_cache__open()
597 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
598 debuginfo_cache = NULL; in debuginfo_cache__exit()