Searched refs:ProfileAttribute (Results 1 – 3 of 3) sorted by relevance
29 class ProfileAttribute {31 ProfileAttribute(const CgroupController& controller, const std::string& file_name) in ProfileAttribute() function100 SetAttributeAction(const ProfileAttribute* attribute, const std::string& value) in SetAttributeAction()107 const ProfileAttribute* attribute_;195 const ProfileAttribute* GetAttribute(const std::string& name) const;202 std::map<std::string, std::unique_ptr<ProfileAttribute>> attributes_;
54 void ProfileAttribute::Reset(const CgroupController& controller, const std::string& file_name) { in Reset()59 bool ProfileAttribute::GetPathForTask(int tid, std::string* path) const { in GetPathForTask()445 attributes_[name] = std::make_unique<ProfileAttribute>(controller, file_attr); in Load()588 const ProfileAttribute* TaskProfiles::GetAttribute(const std::string& name) const { in GetAttribute()
74 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePath()89 const ProfileAttribute* attr = tp.GetAttribute(attr_name); in CgroupGetAttributePathForTask()