Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhwmon_pmu.c107 int hwmon_dir_fd; member
265 dup_fd = openat(pmu->hwmon_dir_fd, ".", O_DIRECTORY); in hwmon_pmu__read_events()
309 int fd = openat(pmu->hwmon_dir_fd, ent->d_name, O_RDONLY); in hwmon_pmu__read_events()
377 hwm->hwmon_dir_fd = hwmon_dir; in hwmon_pmu__new()
424 close(hwm->hwmon_dir_fd); in hwmon_pmu__exit()
446 fd = openat(hwm->hwmon_dir_fd, buf, O_RDONLY); in hwmon_pmu__describe_items()
787 fd = openat(hwm->hwmon_dir_fd, buf, O_RDONLY); in evsel__hwmon_pmu_open()