Searched refs:perf_pmu__pathname_fd (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/perf/arch/x86/util/ |
D | pmu.c | 97 fd = perf_pmu__pathname_fd(dirfd, dent->d_name, "alias", O_RDONLY); in setup_pmu_alias_list()
|
/Linux-v6.6/tools/perf/util/ |
D | pmu.h | 262 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags);
|
D | pmu.c | 238 fd = perf_pmu__pathname_fd(dirfd, name, "format", O_DIRECTORY); in pmu_format() 719 fd = perf_pmu__pathname_fd(dirfd, name, "cpumask", O_PATH); in pmu_is_uncore() 1767 fd = perf_pmu__pathname_fd(dirfd, pmu->name, name, O_RDONLY); in perf_pmu__open_file_at() 2030 int perf_pmu__pathname_fd(int dirfd, const char *pmu_name, const char *filename, int flags) in perf_pmu__pathname_fd() function
|