gem5 v24.0.0.0
|
#include "systemc/utils/report.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_gem5 |
Functions | |
std::map< std::string, ReportMsgInfo > & | sc_gem5::reportMsgInfoMap () |
std::map< int, std::string > & | sc_gem5::reportIdToMsgMap () |
const std::list< sc_core::sc_report_handler_proc > & | sc_gem5::getExtraSystemCReportHandlers () |
void | sc_gem5::addExtraSystemCReportHandler (sc_core::sc_report_handler_proc proc) |
void | sc_gem5::removeExtraSystemCReportHandler (sc_core::sc_report_handler_proc proc) |