Home
last modified time | relevance | path

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

/linux/tools/accounting/
H A Ddelaytop.c47 #define PSI_PATH "/proc/pressure" macro
508 if (access(PSI_PATH, F_OK) != 0) { in read_psi_stats()
509 fprintf(stderr, "Error: PSI interface not found at %s\n", PSI_PATH); in read_psi_stats()