gem5
v21.2.1.1
|
#include "sim/init_signals.hh"
#include <sys/types.h>
#include <unistd.h>
#include <csignal>
#include <iostream>
#include <string>
#include "base/atomicio.hh"
#include "base/cprintf.hh"
#include "base/logging.hh"
#include "sim/async.hh"
#include "sim/backtrace.hh"
#include "sim/eventq.hh"
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Functions | |
static bool | gem5::setupAltStack () |
static void | gem5::installSignalHandler (int signal, void(*handler)(int sigtype), int flags=SA_RESTART) |
static void | gem5::raiseFatalSignal (int signo) |
void | gem5::dumpStatsHandler (int sigtype) |
Stats signal handler. More... | |
void | gem5::dumprstStatsHandler (int sigtype) |
void | gem5::exitNowHandler (int sigtype) |
Exit signal handler. More... | |
void | gem5::abortHandler (int sigtype) |
Abort signal handler. More... | |
static void | gem5::segvHandler (int sigtype) |
Segmentation fault signal handler. More... | |
static void | gem5::ioHandler (int sigtype) |
void | gem5::initSignals () |