Home
last modified time | relevance | path

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

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h35 bool CgroupGetAttributePathForTask(const std::string& attr_name, int tid, std::string* path);
/system/core/libprocessgroup/
Dprocessgroup.cpp123 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/
Dstatslog.cpp94 if (!CgroupGetAttributePathForTask("MemStats", pid, &path)) { in memory_stat_from_cgroup()
Dlmkd.cpp1195 if (!CgroupGetAttributePathForTask("MemSoftLimit", params.pid, &path)) { in cmd_procprio()