Searched refs:CgroupGetAttributePathForTask (Results 1 – 4 of 4) sorted by relevance
/system/core/libprocessgroup/include/processgroup/ |
D | processgroup.h | 35 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 123 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path) { in CgroupGetAttributePathForTask() function 633 if (!CgroupGetAttributePathForTask(attr_name, tid, &path)) { in SetProcessGroupValue() 658 return CgroupGetAttributePathForTask(attr_name, tid, path); in getAttributePathForTask()
|
/system/memory/lmkd/ |
D | statslog.cpp | 94 if (!CgroupGetAttributePathForTask("MemStats", pid, &path)) { in memory_stat_from_cgroup()
|
D | lmkd.cpp | 1195 if (!CgroupGetAttributePathForTask("MemSoftLimit", params.pid, &path)) { in cmd_procprio()
|