Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-event.c509 static struct debuginfo *debuginfo_cache; variable
527 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
528 debuginfo_cache = NULL; in debuginfo_cache__open()
532 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
533 if (!debuginfo_cache) in debuginfo_cache__open()
536 return debuginfo_cache; in debuginfo_cache__open()
541 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
542 debuginfo_cache = NULL; in debuginfo_cache__exit()