Searched refs:ProfileSummaryEntry (Results 1 – 9 of 9) sorted by relevance
33 struct ProfileSummaryEntry { struct38 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() function43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
80 const ProfileSummaryEntry &83 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()160 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
1447 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()1489 std::vector<ProfileSummaryEntry> Entries; in readSummary()
399 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
814 const std::vector<ProfileSummaryEntry> &Entries = in writeSummary()
73 static const ProfileSummaryEntry &
673 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
1138 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
3011 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()