Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.c556 static char *debuginfo_cache_path; variable
566 if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path)) in debuginfo_cache__open()
570 free(debuginfo_cache_path); in debuginfo_cache__open()
571 debuginfo_cache_path = strdup(path); in debuginfo_cache__open()
572 if (!debuginfo_cache_path) { in debuginfo_cache__open()
580 zfree(&debuginfo_cache_path); in debuginfo_cache__open()
589 zfree(&debuginfo_cache_path); in debuginfo_cache__exit()