Home
last modified time | relevance | path

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

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h34 bool CgroupGetAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path);
/system/memory/lmkd/
Dstatslog.cpp95 if (!CgroupGetAttributePathForTask("MemStats", pid, &path)) { in memory_stat_from_cgroup()
Dlmkd.cpp1172 if (!CgroupGetAttributePathForTask("MemSoftLimit", proc.pid, &soft_limit_path)) { in register_oom_adj_proc()
/system/core/libprocessgroup/
Dprocessgroup.cpp142 bool CgroupGetAttributePathForTask(const std::string& attr_name, pid_t tid, std::string* path) { in CgroupGetAttributePathForTask() function
743 if (!CgroupGetAttributePathForTask(attr_name, tid, &path)) { in SetProcessGroupValue()