aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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)