Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dhwmon_pmu.c107 int hwmon_dir_fd; member
248 io_dir__init(&dir, openat(pmu->hwmon_dir_fd, ".", O_CLOEXEC | O_DIRECTORY | O_RDONLY)); in hwmon_pmu__read_events()
286 int fd = openat(pmu->hwmon_dir_fd, ent->d_name, O_RDONLY); in hwmon_pmu__read_events()
354 hwm->hwmon_dir_fd = hwmon_dir; in hwmon_pmu__new()
401 close(hwm->hwmon_dir_fd); in hwmon_pmu__exit()
423 fd = openat(hwm->hwmon_dir_fd, buf, O_RDONLY); in hwmon_pmu__describe_items()
765 fd = openat(hwm->hwmon_dir_fd, buf, O_RDONLY); in evsel__hwmon_pmu_open()