Searched refs:class_hwmon_ent (Results 1 – 1 of 1) sorted by relevance
720 struct dirent *class_hwmon_ent; in perf_pmus__read_hwmon_pmus() local732 while ((class_hwmon_ent = readdir(class_hwmon_dir)) != NULL) { in perf_pmus__read_hwmon_pmus()737 if (class_hwmon_ent->d_type != DT_LNK) in perf_pmus__read_hwmon_pmus()740 scnprintf(buf, sizeof(buf), "%s/class/hwmon/%s", sysfs, class_hwmon_ent->d_name); in perf_pmus__read_hwmon_pmus()744 sysfs, class_hwmon_ent->d_name); in perf_pmus__read_hwmon_pmus()750 sysfs, class_hwmon_ent->d_name); 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()