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

/linux-master/tools/perf/util/
H A Dpmu.h270 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags);
H A Dpmu.c239 fd = perf_pmu__pathname_fd(dirfd, name, "format", O_DIRECTORY);
722 fd = perf_pmu__pathname_fd(dirfd, name, "cpumask", O_PATH);
1804 fd = perf_pmu__pathname_fd(dirfd, pmu->name, name, O_RDONLY);
2067 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) function

Completed in 125 milliseconds