Searched refs:class_hwmon_ent (Results 1 – 1 of 1) sorted by relevance
707 struct io_dirent64 *class_hwmon_ent; in perf_pmus__read_hwmon_pmus() local721 while ((class_hwmon_ent = io_dir__readdir(&class_hwmon_dir)) != NULL) { in perf_pmus__read_hwmon_pmus()727 if (class_hwmon_ent->d_type != DT_LNK) in perf_pmus__read_hwmon_pmus()730 scnprintf(buf, sizeof(buf), "%s/class/hwmon/%s", sysfs, class_hwmon_ent->d_name); in perf_pmus__read_hwmon_pmus()734 sysfs, class_hwmon_ent->d_name); in perf_pmus__read_hwmon_pmus()740 sysfs, class_hwmon_ent->d_name); in perf_pmus__read_hwmon_pmus()747 hwmon_pmu__new(pmus, buf, class_hwmon_ent->d_name, line); in perf_pmus__read_hwmon_pmus()