Searched refs:ReportMsgInfo (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/utils/
H A Dreport.hh45 struct ReportMsgInfo struct in namespace:sc_gem5
47 explicit ReportMsgInfo() : function in struct:sc_gem5::ReportMsgInfo
97 std::map<std::string, ReportMsgInfo> &reportMsgInfoMap();
H A Dreport.cc50 std::map<std::string, ReportMsgInfo> &
53 static std::map<std::string, ReportMsgInfo> m;
H A Dsc_report_handler.cc73 sc_gem5::ReportMsgInfo &msgInfo = sc_gem5::reportMsgInfoMap()[msg_type];
137 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
150 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
171 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
184 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];

Completed in 7 milliseconds