Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/cpupower/lib/
Dcpupower_intern.h11 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen);
Dcpupower.c24 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs() function
125 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
Dacpi_cppc.c24 return cpupower_read_sysfs(path, buf, buflen); in acpi_cppc_read_file()
Dcpuidle.c329 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpuidle_read_file()
Dcpufreq.c30 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpufreq_read_file()
/linux-6.12.1/tools/power/cpupower/utils/helpers/
Dmisc.c63 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in cpupower_intel_get_perf_bias()
/linux-6.12.1/tools/power/cpupower/bindings/python/
Draw_pylibcpupower.swg23 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen);