Home
last modified time | relevance | path

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

/linux-6.8/tools/perf/util/
Dprobe-event.c578 static char *debuginfo_cache_path; variable
588 if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path)) in debuginfo_cache__open()
592 free(debuginfo_cache_path); in debuginfo_cache__open()
593 debuginfo_cache_path = strdup(path); in debuginfo_cache__open()
594 if (!debuginfo_cache_path) { in debuginfo_cache__open()
602 zfree(&debuginfo_cache_path); in debuginfo_cache__open()
611 zfree(&debuginfo_cache_path); in debuginfo_cache__exit()