gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
init_signals.hh File Reference

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 ()
 

Function Documentation

◆ abortHandler()

void abortHandler ( int  sigtype)

Abort signal handler.

Definition at line 147 of file init_signals.cc.

References ccprintf(), curEventQueue(), PowerISA::eq, EventQueue::getCurTick(), print_backtrace(), raiseFatalSignal(), and STATIC_ERR.

Referenced by initSignals().

◆ dumprstStatsHandler()

void dumprstStatsHandler ( int  sigtype)

Definition at line 126 of file init_signals.cc.

References async_event, async_statdump, async_statreset, getEventQueue(), and EventQueue::wakeup().

Referenced by initSignals().

◆ dumpStatsHandler()

void dumpStatsHandler ( int  sigtype)

Stats signal handler.

Definition at line 117 of file init_signals.cc.

References async_event, async_statdump, getEventQueue(), and EventQueue::wakeup().

Referenced by initSignals().

◆ exitNowHandler()

void exitNowHandler ( int  sigtype)

Exit signal handler.

Definition at line 137 of file init_signals.cc.

References async_event, async_exit, getEventQueue(), and EventQueue::wakeup().

Referenced by initSignals().

◆ initSignals()

void initSignals ( )

Generated on Fri Feb 28 2020 16:27:06 for gem5 by doxygen 1.8.13