Searched refs:perf_dir (Results 1 – 1 of 1) sorted by relevance
60 const char *perf_dir = get_perf_dir(); in perf_vsnpath() local63 len = strlen(perf_dir); in perf_vsnpath()66 memcpy(buf, perf_dir, len); in perf_vsnpath()67 if (len && !is_dir_sep(perf_dir[len-1])) in perf_vsnpath()104 const char *perf_dir = get_perf_dir(); in perf_path() local109 len = strlen(perf_dir); in perf_path()112 memcpy(pathname, perf_dir, len); in perf_path()113 if (len && perf_dir[len-1] != '/') in perf_path()