Searched refs:perf_dir (Results 1 – 1 of 1) sorted by relevance
64 const char *perf_dir = get_perf_dir(); in perf_vsnpath() local67 len = strlen(perf_dir); in perf_vsnpath()70 memcpy(buf, perf_dir, len); in perf_vsnpath()71 if (len && !is_dir_sep(perf_dir[len-1])) in perf_vsnpath()108 const char *perf_dir = get_perf_dir(); in perf_path() local113 len = strlen(perf_dir); in perf_path()116 memcpy(pathname, perf_dir, len); in perf_path()117 if (len && perf_dir[len-1] != '/') in perf_path()