gem5 v24.0.0.0
|
#include <report.hh>
Public Member Functions | |
ReportMsgInfo () | |
void | checkLimits (sc_core::sc_severity severity, sc_core::sc_actions &actions) |
Public Attributes | |
sc_core::sc_actions | actions |
int | count |
int | limit |
sc_core::sc_actions | sevActions [sc_core::SC_MAX_SEVERITY] |
int | sevCounts [sc_core::SC_MAX_SEVERITY] |
int | sevLimits [sc_core::SC_MAX_SEVERITY] |
int | id |
|
inline |
Definition at line 54 of file report.hh.
References actions, count, limit, sc_core::SC_STOP, sevCounts, and sevLimits.
Referenced by sc_core::sc_report_handler::report().
sc_core::sc_actions sc_gem5::ReportMsgInfo::actions |
Definition at line 64 of file report.hh.
Referenced by checkLimits(), sc_core::sc_report_handler::report(), and sc_core::sc_report_handler::set_actions().
int sc_gem5::ReportMsgInfo::count |
Definition at line 65 of file report.hh.
Referenced by checkLimits(), and sc_core::sc_report_handler::report().
int sc_gem5::ReportMsgInfo::id |
Definition at line 72 of file report.hh.
Referenced by sc_core::sc_report_handler::report().
int sc_gem5::ReportMsgInfo::limit |
Definition at line 66 of file report.hh.
Referenced by checkLimits(), and sc_core::sc_report_handler::stop_after().
sc_core::sc_actions sc_gem5::ReportMsgInfo::sevActions[sc_core::SC_MAX_SEVERITY] |
Definition at line 68 of file report.hh.
Referenced by sc_core::sc_report_handler::report(), and sc_core::sc_report_handler::set_actions().
int sc_gem5::ReportMsgInfo::sevCounts[sc_core::SC_MAX_SEVERITY] |
Definition at line 69 of file report.hh.
Referenced by checkLimits(), and sc_core::sc_report_handler::report().
int sc_gem5::ReportMsgInfo::sevLimits[sc_core::SC_MAX_SEVERITY] |
Definition at line 70 of file report.hh.
Referenced by checkLimits(), and sc_core::sc_report_handler::stop_after().