Home
last modified time | relevance | path

Searched refs:reportKeyMap_ (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dreport.cpp133 for (const auto &reportKeyPair : reportKeyMap_) { in FilterDisplayRecords()
168 for (auto keyPair : reportKeyMap_) { in UpdateReportItemsAfterAdjust()
169 reportKeyMap_.at(keyPair.first).UpdateValueMaxLen(keyPair.second.GetValue(item)); in UpdateReportItemsAfterAdjust()
224 int result = reportKeyMap_.at(*it).compareFunction_(a, b); in MultiLevelCompare()
231 reportKeyMap_.at(*it).GetValue(a).c_str(), in MultiLevelCompare()
232 reportKeyMap_.at(*it).GetValue(b).c_str()); in MultiLevelCompare()
384 auto &key = reportKeyMap_.at(keyName); in OutputStdHead()
521 ReportKey &reportKey = Report::reportKeyMap_.at(sortKey); in OutputStdContentItem()
Dsubcommand_report.cpp146 } else if (GetReport().reportKeyMap_.count(key) == 0) { in VerifyOption()
/developtools/hiperf/include/
Dreport.h388 std::map<std::string, ReportKey> reportKeyMap_ = { variable