53 #ifndef ETISS_STRESSOR_H_
54 #define ETISS_STRESSOR_H_
75 static bool loadXML(
const std::string &file,
const int coreID = 0);
contains the fault container class that stores triggers and actions for fault injection
static __inline__ uint64_t
static __inline__ int32_t
static bool loadXML(const std::string &file, const int coreID=0)
extracts faults out of the given xml file.
static bool addFault(const Fault &f)
adds a fault to a static map that can be accessed by static std::map<int32_t,Fault> & faults().
static void clear()
clears the fault map.
static bool firedTrigger(const Trigger &firedTrigger, int32_t fault_id, Injector *injector, uint64_t time_ps)
Checks if the given trigger is valid and calls applyAction.
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.