DCiAOKernelImporter: different injection semantic.
Is now very similar to normal importer, and may be deleted in the future, but at the moment, this should be merged, since it is the importer used in the sobres-2013 paper. This changes the MySQL Schema. instr1_absolute was introduced. Change-Id: I1bc2919bd14c335beca6d586b7cc0f80767ad7d5
This commit is contained in:
@ -7,12 +7,8 @@
|
||||
class BasicImporter : public Importer {
|
||||
public:
|
||||
virtual bool create_database();
|
||||
bool add_trace_event(instruction_count_t begin,
|
||||
instruction_count_t end,
|
||||
fail::simtime_t time_begin,
|
||||
fail::simtime_t time_end,
|
||||
const Trace_Event &event,
|
||||
bool is_fake = false);
|
||||
virtual bool add_trace_event(margin_info_t &begin, margin_info_t &end,
|
||||
const Trace_Event &event, bool is_fake = false);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user