Home
last modified time | relevance | path

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

/system/core/lmkd/libpsi/
Dpsi.c33 int init_psi_monitor(enum psi_stall_type stall_type, in init_psi_monitor() argument
45 switch (stall_type) { in init_psi_monitor()
49 stall_type_name[stall_type], threshold_us, window_us); in init_psi_monitor()
52 ALOGE("Invalid psi stall type: %d", stall_type); in init_psi_monitor()
59 PSI_MON_FILE_MEMORY, stall_type_name[stall_type]); in init_psi_monitor()
67 PSI_MON_FILE_MEMORY, stall_type_name[stall_type], errno); in init_psi_monitor()
/system/core/lmkd/libpsi/include/psi/
Dpsi.h39 int init_psi_monitor(enum psi_stall_type stall_type,
/system/core/lmkd/
Dlmkd.c145 enum psi_stall_type stall_type; member
1752 int fd = init_psi_monitor(psi_thresholds[level].stall_type, in init_mp_psi()