aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/trace.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-07-26 11:19:51 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-07-26 11:19:51 -0400
commit16b809c2bbb43062362e13cfdff54135805dd469 (patch)
tree277ff2b958eeb746d9f6aef7d583b748d528f800 /include/litmus/trace.h
parentb696cbf148cdcc0a48c4e730c80f40c8e29a55f8 (diff)
Feather-Trace: adjust IDs
Ensure that _END - _START = 1. This simplifies ft2csv.
Diffstat (limited to 'include/litmus/trace.h')
-rw-r--r--include/litmus/trace.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h
index 059cee4c7ffd..4246260865fa 100644
--- a/include/litmus/trace.h
+++ b/include/litmus/trace.h
@@ -83,9 +83,10 @@ feather_callback void save_timestamp_time(unsigned long event, unsigned long tim
83#define TS_SYSCALL_OUT_END TIMESTAMP_PID(21) 83#define TS_SYSCALL_OUT_END TIMESTAMP_PID(21)
84 84
85#define TS_LOCK_START TIMESTAMP_PID(30) 85#define TS_LOCK_START TIMESTAMP_PID(30)
86#define TS_LOCK_SUSPEND TIMESTAMP_PID(31) 86#define TS_LOCK_END TIMESTAMP_PID(31)
87#define TS_LOCK_RESUME TIMESTAMP_PID(32) 87
88#define TS_LOCK_END TIMESTAMP_PID(33) 88#define TS_LOCK_SUSPEND TIMESTAMP_PID(38)
89#define TS_LOCK_RESUME TIMESTAMP_PID(39)
89 90
90#define TS_UNLOCK_START TIMESTAMP_PID(40) 91#define TS_UNLOCK_START TIMESTAMP_PID(40)
91#define TS_UNLOCK_END TIMESTAMP_PID(41) 92#define TS_UNLOCK_END TIMESTAMP_PID(41)