Searched refs:profile_name (Results 1 – 1 of 1) sorted by relevance
405 std::string profile_name = profile_val["Name"].asString(); in Load() local466 auto iter = profiles_.find(profile_name); in Load()468 profiles_[profile_name] = profile; in Load()487 std::string profile_name = aggregateprofiles[pf_idx].asString(); in Load() local489 if (profile_name == aggregateprofile_name) { in Load()490 LOG(WARNING) << "AggregateProfiles: recursive profile name: " << profile_name; in Load()493 } else if (profiles_.find(profile_name) == profiles_.end()) { in Load()494 LOG(WARNING) << "AggregateProfiles: undefined profile name: " << profile_name; in Load()498 profiles.push_back(profiles_[profile_name]); in Load()