Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dprobe-event.c554 static char *debuginfo_cache_path; variable
564 if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path)) in debuginfo_cache__open()
568 free(debuginfo_cache_path); in debuginfo_cache__open()
569 debuginfo_cache_path = strdup(path); in debuginfo_cache__open()
570 if (!debuginfo_cache_path) { in debuginfo_cache__open()
578 zfree(&debuginfo_cache_path); in debuginfo_cache__open()
587 zfree(&debuginfo_cache_path); in debuginfo_cache__exit()