diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-05-17 16:47:17 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-05-17 16:47:17 -0400 |
| commit | cfdd7ecb410af55cc29128c53686dafd7a6f2bc9 (patch) | |
| tree | 31894ef3a0630c9f8e4b904a3da8b6794725c3cd /src | |
| parent | b9d10e7b98274fccc7149366e9c6caa3c85a5b08 (diff) | |
Add a whole bunch of new timestamps.
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) |
