aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-07-25 15:38:17 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-07-25 15:38:17 -0400
commit6d5089ca72c3dce534c5ae23aec36f3f4e5ae4f8 (patch)
tree8a4a07d43d1d3e335925610ae1bc53fe5fc40c82 /src
parentba4fb61f6ddfcf1848feb6d689ed0e9badd7e40d (diff)
update timestamp types
Diffstat (limited to 'src')
-rw-r--r--src/timestamp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/timestamp.c b/src/timestamp.c
index 34ad448..442c445 100644
--- a/src/timestamp.c
+++ b/src/timestamp.c
@@ -23,6 +23,13 @@ static struct event_name event_table[] =
23 EVENT(CXS), 23 EVENT(CXS),
24 EVENT(SEND_RESCHED), 24 EVENT(SEND_RESCHED),
25 {"RELEASE_LATENCY", TS_RELEASE_LATENCY}, 25 {"RELEASE_LATENCY", TS_RELEASE_LATENCY},
26
27 EVENT(SYSCALL_IN),
28 EVENT(SYSCALL_OUT),
29 EVENT(LOCK),
30 EVENT(UNLOCK),
31 {"LOCK_SUSPEND", TS_LOCK_SUSPEND},
32 {"LOCK_RESUME", TS_LOCK_RESUME},
26}; 33};
27 34
28int str2event(const char* str, cmd_t *id) 35int str2event(const char* str, cmd_t *id)