Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dprobe-event.c490 static struct debuginfo *debuginfo_cache; variable
508 debuginfo__delete(debuginfo_cache); in debuginfo_cache__open()
509 debuginfo_cache = NULL; in debuginfo_cache__open()
513 debuginfo_cache = open_debuginfo(module, NULL, silent); in debuginfo_cache__open()
514 if (!debuginfo_cache) in debuginfo_cache__open()
517 return debuginfo_cache; in debuginfo_cache__open()
522 debuginfo__delete(debuginfo_cache); in debuginfo_cache__exit()
523 debuginfo_cache = NULL; in debuginfo_cache__exit()