Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dpath.c84 bool is_directory(const char *base_path, const struct dirent *dent) in is_directory() argument
89 snprintf(path, sizeof(path), "%s/%s", base_path, dent->d_name); in is_directory()
96 bool is_executable_file(const char *base_path, const struct dirent *dent) in is_executable_file() argument
101 snprintf(path, sizeof(path), "%s/%s", base_path, dent->d_name); in is_executable_file()
A Dpath.h14 bool is_directory(const char *base_path, const struct dirent *dent);
15 bool is_executable_file(const char *base_path, const struct dirent *dent);
A Dpmu.c1931 char base_path[PATH_MAX]; in perf_pmu__pathname_scnprintf() local
1933 if (!perf_pmu__event_source_devices_scnprintf(base_path, sizeof(base_path))) in perf_pmu__pathname_scnprintf()
1935 return scnprintf(buf, size, "%s%s/%s", base_path, pmu_name, filename); in perf_pmu__pathname_scnprintf()

Completed in 7 milliseconds