Searched refs:hwmon_dir (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | hwmon_pmu.c | 368 struct perf_pmu *hwmon_pmu__new(struct list_head *pmus, int hwmon_dir, const char *sysfs_name, cons… in hwmon_pmu__new() argument 377 hwm->hwmon_dir_fd = hwmon_dir; in hwmon_pmu__new() 406 close(hwmon_dir); in hwmon_pmu__new() 734 int hwmon_dir, name_fd; in perf_pmus__read_hwmon_pmus() local 741 hwmon_dir = open(buf, O_DIRECTORY); in perf_pmus__read_hwmon_pmus() 742 if (hwmon_dir == -1) { in perf_pmus__read_hwmon_pmus() 747 name_fd = openat(hwmon_dir, "name", O_RDONLY); in perf_pmus__read_hwmon_pmus() 751 close(hwmon_dir); in perf_pmus__read_hwmon_pmus() 758 hwmon_pmu__new(pmus, hwmon_dir, class_hwmon_ent->d_name, line); in perf_pmus__read_hwmon_pmus()
|