Searched refs:FlatProfiles (Results 1 – 4 of 4) sorted by relevance
185 std::vector<SerializableFlatProfileRepresentation> FlatProfiles; member246 IO.mapOptional("FlatProfiles", SPR.FlatProfiles); in mapping()289 if (!SPR.FlatProfiles.empty()) { in createCtxProfFromYAML()291 for (const auto &[Guid, Counters] : SPR.FlatProfiles) in createCtxProfFromYAML()
252 RET_ON_ERR(loadFlatProfiles(Ret.FlatProfiles)); in loadProfiles()387 if (!Profile.FlatProfiles.empty()) { in convertCtxProfToYaml()389 toYaml(Out, Profile.FlatProfiles); in convertCtxProfToYaml()
191 CtxProfFlatProfile FlatProfiles; member
510 MaybeProfiles->FlatProfiles.clear(); in run()714 for (const auto &[G, FC] : Profiles.FlatProfiles) in flatten()