Adjust instruction tracing

write a trace file that can be input to the *-trace FAIL tools

Change-Id: Iaa13fab5bcba86f3d940831d9ea583a458998191
This commit is contained in:
Björn Döbel
2013-08-28 10:16:13 +02:00
parent 6ddc7d911b
commit 2a06b97480
3 changed files with 20 additions and 4 deletions

View File

@ -24,7 +24,7 @@
#define L4SYS_FILTER_INSTRUCTIONS 1
// kernel: 2377547, userland: 79405472
#define L4SYS_NUMINSTR 15099
#define L4SYS_NUMINSTR 2223
#define L4SYS_TOTINSTR 60214
#define L4SYS_BOCHS_IPS 5000000
@ -38,6 +38,6 @@
// flags
// 0 - preparation complete
// >0 - next step to execute
#define PREPARATION_STEP 2
#define PREPARATION_STEP 0
#endif // __L4SYS_EXPERIMENT_INFO_HPP__