Searched refs:perf_pmu__pathname_fd (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/ |
| A D | pmu.h | 276 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags);
|
| A D | pmu.c | 247 fd = perf_pmu__pathname_fd(dirfd, name, "format", O_DIRECTORY); in pmu_format() 781 fd = perf_pmu__pathname_fd(dirfd, name, "cpumask", O_PATH); in pmu_is_uncore() 1976 fd = perf_pmu__pathname_fd(dirfd, pmu->name, name, O_RDONLY); in perf_pmu__open_file_at() 2250 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) in perf_pmu__pathname_fd() function
|
Completed in 10 milliseconds