debuginfo_cache_path  491 tools/perf/util/probe-event.c static char *debuginfo_cache_path;
debuginfo_cache_path  501 tools/perf/util/probe-event.c 	if (debuginfo_cache_path && !strcmp(debuginfo_cache_path, path))
debuginfo_cache_path  505 tools/perf/util/probe-event.c 	free(debuginfo_cache_path);
debuginfo_cache_path  506 tools/perf/util/probe-event.c 	debuginfo_cache_path = strdup(path);
debuginfo_cache_path  507 tools/perf/util/probe-event.c 	if (!debuginfo_cache_path) {
debuginfo_cache_path  515 tools/perf/util/probe-event.c 		zfree(&debuginfo_cache_path);
debuginfo_cache_path  524 tools/perf/util/probe-event.c 	zfree(&debuginfo_cache_path);