Searched refs:TaskProfile (Results 1 – 3 of 3) sorted by relevance
139 class TaskProfile {141 TaskProfile() : res_cached_(false) {} in TaskProfile() function159 TaskProfile* GetProfile(const std::string& name) const;163 std::map<std::string, std::unique_ptr<TaskProfile>> profiles_;
262 bool TaskProfile::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()271 bool TaskProfile::ExecuteForTask(int tid) const { in ExecuteForTask()283 void TaskProfile::EnableResourceCaching() { in EnableResourceCaching()357 auto profile = std::make_unique<TaskProfile>(); in Load()422 TaskProfile* TaskProfiles::GetProfile(const std::string& name) const { in GetProfile()
119 TaskProfile* profile = tp.GetProfile(name); in SetProcessProfiles()139 TaskProfile* profile = tp.GetProfile(name); in SetTaskProfiles()