aboutsummaryrefslogtreecommitdiffstats
path: root/src/timestamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timestamp.c')
-rw-r--r--src/timestamp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/timestamp.c b/src/timestamp.c
index 442c445..cad3fb5 100644
--- a/src/timestamp.c
+++ b/src/timestamp.c
@@ -22,6 +22,12 @@ 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(LVLA_RELEASE),
26 EVENT(LVLA_SCHED),
27 EVENT(LVLB_RELEASE),
28 EVENT(LVLB_SCHED),
29 EVENT(LVLC_RELEASE),
30 EVENT(LVLC_SCHED),
25 {"RELEASE_LATENCY", TS_RELEASE_LATENCY}, 31 {"RELEASE_LATENCY", TS_RELEASE_LATENCY},
26 32
27 EVENT(SYSCALL_IN), 33 EVENT(SYSCALL_IN),