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

/linux-master/tools/perf/util/
H A Dprobe-event.c579 static char *debuginfo_cache_path; variable
589 if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path))
593 free(debuginfo_cache_path);
594 debuginfo_cache_path = strdup(path);
595 if (!debuginfo_cache_path) {
603 zfree(&debuginfo_cache_path);
612 zfree(&debuginfo_cache_path);

Completed in 132 milliseconds