gem5 v24.0.0.0
|
#include <initializer_list>
#include <list>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include "systemc/ext/utils/sc_report.hh"
#include "systemc/ext/utils/sc_report_handler.hh"
Go to the source code of this file.
Classes | |
struct | sc_gem5::ReportMsgInfo |
struct | sc_gem5::ReportSevInfo |
struct | sc_gem5::DefaultReportMessages |
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) |