Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.c555 static struct debuginfo *debuginfo_cache; variable
573 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
574 debuginfo_cache = NULL; in debuginfo_cache__open()
578 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
579 if (!debuginfo_cache) in debuginfo_cache__open()
582 return debuginfo_cache; in debuginfo_cache__open()
587 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
588 debuginfo_cache = NULL; in debuginfo_cache__exit()