aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timestamp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/timestamp.c b/src/timestamp.c
index 581edc2..057cd18 100644
--- a/src/timestamp.c
+++ b/src/timestamp.c
@@ -32,9 +32,11 @@ static struct event_name event_table[] =
32 EVENT(SYSCALL_IN), 32 EVENT(SYSCALL_IN),
33 EVENT(SYSCALL_OUT), 33 EVENT(SYSCALL_OUT),
34 EVENT(LOCK), 34 EVENT(LOCK),
35 EVENT(FZ_ENTER),
36 EVENT(FZ_EXIT),
35 EVENT(UNLOCK), 37 EVENT(UNLOCK),
36 EVENT(READ_LOCK), 38 //EVENT(READ_LOCK),
37 EVENT(READ_UNLOCK), 39 //EVENT(READ_UNLOCK),
38 {"LOCK_SUSPEND", TS_LOCK_SUSPEND}, 40 {"LOCK_SUSPEND", TS_LOCK_SUSPEND},
39 {"LOCK_RESUME", TS_LOCK_RESUME}, 41 {"LOCK_RESUME", TS_LOCK_RESUME},
40}; 42};