Searched refs:SC_LOG (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/test05/
H A Dcatch_actions.cpp35 using sc_core::SC_LOG;
54 if (actions & SC_LOG) {
80 sc_actions act = sc_report_handler::set_catch_actions(SC_DISPLAY | SC_LOG);
82 sc_assert(sc_report_handler::get_catch_actions() == (SC_DISPLAY | SC_LOG));
86 (SC_ERROR, (sc_core::SC_DEFAULT_ERROR_ACTIONS & ~SC_LOG));
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh48 SC_LOG = 0x0004, enumerator in enum:sc_core::__anon53
58 SC_DEFAULT_INFO_ACTIONS = SC_LOG | SC_DISPLAY,
59 SC_DEFAULT_WARNING_ACTIONS = SC_LOG | SC_DISPLAY,
60 SC_DEFAULT_ERROR_ACTIONS = SC_LOG | SC_CACHE_REPORT | SC_THROW,
61 SC_DEFAULT_FATAL_ACTIONS = SC_LOG | SC_DISPLAY | SC_CACHE_REPORT | SC_ABORT
H A D_using.hh54 using sc_core::SC_LOG;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h83 SC_LOG = 0x0004, // add report to report log enumerator in enum:sc_core::__anon9
186 (::sc_core::SC_LOG | ::sc_core::SC_DISPLAY)
188 (::sc_core::SC_LOG | ::sc_core::SC_DISPLAY)
190 (::sc_core::SC_LOG | ::sc_core::SC_CACHE_REPORT | ::sc_core::SC_THROW)
192 (::sc_core::SC_LOG | ::sc_core::SC_DISPLAY | \
H A Dsc_report_handler.cpp127 if ( (actions & SC_LOG) && get_log_file_name() )
693 SC_LOG |
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc54 if (actions & SC_DISPLAY || actions & SC_LOG)
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp80 sc_report_handler::set_actions( "ID1", SC_LOG | SC_DISPLAY );
81 sc_report_handler::set_actions( "ID2", SC_LOG | SC_DISPLAY );
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp83 usr!=SC_LOG && usr!=SC_DISPLAY && usr!=SC_CACHE_REPORT &&
116 case SC_LOG: cout << "log"; break;
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc286 if ((actions & SC_LOG) && logFile) {

Completed in 14 milliseconds