Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c1881 char *sys_lpi_file_debugfs = "/sys/kernel/debug/pmc_core/slp_s0_residency_usec"; variable
7913 } else if (!access(sys_lpi_file_debugfs, R_OK)) { in probe_lpi()
7914 sys_lpi_file = sys_lpi_file_debugfs; in probe_lpi()