Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c435 char *sys_lpi_file_debugfs = "/sys/kernel/debug/pmc_core/slp_s0_residency_usec"; variable
5578 } else if (!access(sys_lpi_file_debugfs, R_OK)) { in process_cpuid()
5579 sys_lpi_file = sys_lpi_file_debugfs; in process_cpuid()