Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c2057 char *sys_lpi_file_sysfs = "/sys/devices/system/cpu/cpuidle/low_power_idle_system_residency_us"; variable
8255 if (!access(sys_lpi_file_sysfs, R_OK)) { in probe_lpi()
8256 sys_lpi_file = sys_lpi_file_sysfs; in probe_lpi()
8262 sys_lpi_file_sysfs = NULL; in probe_lpi()