diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/timestamp.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/timestamp.c b/src/timestamp.c index b787bbd..b7e78c9 100644 --- a/src/timestamp.c +++ b/src/timestamp.c | |||
@@ -15,7 +15,15 @@ static struct event_name event_table[] = | |||
15 | EVENT(TICK), | 15 | EVENT(TICK), |
16 | EVENT(PLUGIN_SCHED), | 16 | EVENT(PLUGIN_SCHED), |
17 | EVENT(PLUGIN_TICK), | 17 | EVENT(PLUGIN_TICK), |
18 | EVENT(CXS) | 18 | EVENT(CXS), |
19 | EVENT(ENTER_NP), | ||
20 | EVENT(EXIT_NP), | ||
21 | EVENT(SRP_UP), | ||
22 | EVENT(SRP_DOWN), | ||
23 | EVENT(PI_UP), | ||
24 | EVENT(PI_DOWN), | ||
25 | EVENT(FIFO_UP), | ||
26 | EVENT(FIFO_DOWN) | ||
19 | }; | 27 | }; |
20 | 28 | ||
21 | int str2event(const char* str, unsigned long *id) | 29 | int str2event(const char* str, unsigned long *id) |