84edd02b6fd129bc240b06106fd02ac3ea4b8b20
The Fail* tools expect trace events to be ordered in a specific way: memory-access events are supposed to come *after* the instruction event for the instruction that caused them. Using a different order may cause subtle problems with both fault-space pruning and fast forwarding. This change introduces a warning message when such a malformed trace is detected (i.e., when the instruction pointer of a memory-access event does not match the preceding instruction event). Change-Id: I8ae7420fd8ff26e2574590748bdcc5a63db76490
This is an import of the old danceos svn repository. The Fail* development started with rev 187, but this git import only contains revisions 956 and newer due to directory structure changes. Imported from external gitsvn checkout. http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html
Description
Languages
C++
45%
C
36.8%
Python
8.2%
Shell
1.7%
Makefile
1.6%
Other
6.2%