diff options
-rw-r--r-- | include/litmus/trace.h | 7 |
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) |