Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-event.c439 static struct debuginfo *debuginfo_cache; variable
457 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
458 debuginfo_cache = NULL; in debuginfo_cache__open()
462 debuginfo_cache = open_debuginfo(module, silent); in debuginfo_cache__open()
463 if (!debuginfo_cache) in debuginfo_cache__open()
466 return debuginfo_cache; in debuginfo_cache__open()
471 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
472 debuginfo_cache = NULL; in debuginfo_cache__exit()