aboutsummaryrefslogtreecommitdiffstats
path: root/src/timestamp.c
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-09-28 21:37:52 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-09-28 21:37:52 -0400
commit8c3551a1742849f719d481f2887626d59b5ded67 (patch)
treeeabb322acd4dbe3f2296000a64af3657ec7b79c7 /src/timestamp.c
parente84fce96e96d8b5ee5e9531400b0735fb7e4fbb6 (diff)
Add support for PULL_TIMER tracing.wip-semi-part-tracing
Match litmus2010 (2.6.34) commit 46fe457792f9deb
Diffstat (limited to 'src/timestamp.c')
-rw-r--r--src/timestamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timestamp.c b/src/timestamp.c
index 4c04ce7..3e06cb7 100644
--- a/src/timestamp.c
+++ b/src/timestamp.c
@@ -22,6 +22,7 @@ static struct event_name event_table[] =
22 EVENT(PLUGIN_TICK), 22 EVENT(PLUGIN_TICK),
23 EVENT(CXS), 23 EVENT(CXS),
24 EVENT(SEND_RESCHED), 24 EVENT(SEND_RESCHED),
25 EVENT(PULL_TIMER),
25}; 26};
26 27
27int str2event(const char* str, cmd_t *id) 28int str2event(const char* str, cmd_t *id)