gem5
v20.1.0.0
|
Go to the source code of this file.
Functions | |
void | dumpStatsHandler (int sigtype) |
Stats signal handler. More... | |
void | dumprstStatsHandler (int sigtype) |
void | exitNowHandler (int sigtype) |
Exit signal handler. More... | |
void | abortHandler (int sigtype) |
Abort signal handler. More... | |
void | initSignals () |
void abortHandler | ( | int | sigtype | ) |
Abort signal handler.
Definition at line 145 of file init_signals.cc.
References ccprintf(), curEventQueue(), PowerISA::eq, print_backtrace(), raiseFatalSignal(), and STATIC_ERR.
Referenced by initSignals().
void dumprstStatsHandler | ( | int | sigtype | ) |
Definition at line 124 of file init_signals.cc.
References async_event, async_statdump, async_statreset, getEventQueue(), and EventQueue::wakeup().
Referenced by initSignals().
void dumpStatsHandler | ( | int | sigtype | ) |
Stats signal handler.
Definition at line 115 of file init_signals.cc.
References async_event, async_statdump, getEventQueue(), and EventQueue::wakeup().
Referenced by initSignals().
void exitNowHandler | ( | int | sigtype | ) |
Exit signal handler.
Definition at line 135 of file init_signals.cc.
References async_event, async_exit, getEventQueue(), and EventQueue::wakeup().
Referenced by initSignals().
void initSignals | ( | ) |
Definition at line 183 of file init_signals.cc.
References abortHandler(), dumprstStatsHandler(), dumpStatsHandler(), exitNowHandler(), installSignalHandler(), ioHandler(), segvHandler(), setupAltStack(), and warn.
Referenced by main().