Searched refs:perf_pmu__pathname_fd (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | pmu.h | 343 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags);
|
| H A D | pmu.c | 242 fd = perf_pmu__pathname_fd(dirfd, name, "format", O_DIRECTORY); in pmu_format() 826 io.fd = perf_pmu__pathname_fd(dirfd, pmu_name, *template, O_RDONLY); in pmu_cpumask() 850 fd = perf_pmu__pathname_fd(dirfd, name, "cpumask", O_PATH); in pmu_is_uncore() 2407 fd = perf_pmu__pathname_fd(dirfd, pmu->name, name, O_RDONLY); in perf_pmu__open_file_at() 2685 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) in perf_pmu__pathname_fd() function
|
| /linux/tools/perf/tests/ |
| H A D | mmap-basic.c | 198 rdpmc_fd = perf_pmu__pathname_fd(events_fd, pmu->name, "rdpmc", O_RDWR); in set_user_read()
|