Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-event.c586 static char *debuginfo_cache_path; variable
596 if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path)) in debuginfo_cache__open()
600 free(debuginfo_cache_path); in debuginfo_cache__open()
601 debuginfo_cache_path = strdup(path); in debuginfo_cache__open()
602 if (!debuginfo_cache_path) { in debuginfo_cache__open()
610 zfree(&debuginfo_cache_path); in debuginfo_cache__open()
619 zfree(&debuginfo_cache_path); in debuginfo_cache__exit()