Home
last modified time | relevance | path

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

/system/memory/lmkd/libpsi/
Dpsi.cpp47 fd = TEMP_FAILURE_RETRY(open(psi_resource_file[resource], O_WRONLY | O_CLOEXEC)); in init_psi_monitor()
66 ALOGE("%s line overflow for psi stall type '%s'", psi_resource_file[resource], in init_psi_monitor()
74 ALOGE("%s write failed for psi stall type '%s'; errno=%d", psi_resource_file[resource], in init_psi_monitor()
/system/memory/lmkd/libpsi/include/psi/
Dpsi.h46 static const char* psi_resource_file[PSI_RESOURCE_COUNT] = { variable
/system/memory/lmkd/
Dlmkd.cpp2253 .filename = psi_resource_file[PSI_MEMORY], in psi_parse_mem()
2261 .filename = psi_resource_file[PSI_IO], in psi_parse_io()
2269 .filename = psi_resource_file[PSI_CPU], in psi_parse_cpu()