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

/linux-master/tools/perf/util/
H A Dprobe-event.c578 static struct debuginfo *debuginfo_cache; variable in typeref:struct:debuginfo
596 debuginfo__delete(debuginfo_cache);
597 debuginfo_cache = NULL;
601 debuginfo_cache = open_debuginfo(module, NULL, silent);
602 if (!debuginfo_cache)
605 return debuginfo_cache;
610 debuginfo__delete(debuginfo_cache);
611 debuginfo_cache = NULL;

Completed in 149 milliseconds