Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-event.c557 static char *debuginfo_cache_path; variable
567 if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path)) in debuginfo_cache__open()
571 free(debuginfo_cache_path); in debuginfo_cache__open()
572 debuginfo_cache_path = strdup(path); in debuginfo_cache__open()
573 if (!debuginfo_cache_path) { in debuginfo_cache__open()
581 zfree(&debuginfo_cache_path); in debuginfo_cache__open()
590 zfree(&debuginfo_cache_path); in debuginfo_cache__exit()