diff options
Diffstat (limited to 'src/timestamp.c')
-rw-r--r-- | src/timestamp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/timestamp.c b/src/timestamp.c index fa8310d..cad3fb5 100644 --- a/src/timestamp.c +++ b/src/timestamp.c | |||
@@ -24,6 +24,10 @@ static struct event_name event_table[] = | |||
24 | EVENT(SEND_RESCHED), | 24 | EVENT(SEND_RESCHED), |
25 | EVENT(LVLA_RELEASE), | 25 | EVENT(LVLA_RELEASE), |
26 | EVENT(LVLA_SCHED), | 26 | EVENT(LVLA_SCHED), |
27 | EVENT(LVLB_RELEASE), | ||
28 | EVENT(LVLB_SCHED), | ||
29 | EVENT(LVLC_RELEASE), | ||
30 | EVENT(LVLC_SCHED), | ||
27 | {"RELEASE_LATENCY", TS_RELEASE_LATENCY}, | 31 | {"RELEASE_LATENCY", TS_RELEASE_LATENCY}, |
28 | 32 | ||
29 | EVENT(SYSCALL_IN), | 33 | EVENT(SYSCALL_IN), |