Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-event.c556 static struct debuginfo *debuginfo_cache; variable
574 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
575 debuginfo_cache = NULL; in debuginfo_cache__open()
579 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
580 if (!debuginfo_cache) in debuginfo_cache__open()
583 return debuginfo_cache; in debuginfo_cache__open()
588 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
589 debuginfo_cache = NULL; in debuginfo_cache__exit()