gem5  v20.1.0.1
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 145 of file init_signals.cc.

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

Referenced by initSignals().

◆ dumprstStatsHandler()

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

◆ dumpStatsHandler()

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

◆ exitNowHandler()

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

◆ initSignals()

void initSignals ( )

Generated on Fri Nov 6 2020 11:47:57 for gem5 by doxygen 1.8.17