aboutsummaryrefslogtreecommitdiffstats
path: root/include/timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timestamp.h')
-rw-r--r--include/timestamp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timestamp.h b/include/timestamp.h
index 1668bcb..b7b79c4 100644
--- a/include/timestamp.h
+++ b/include/timestamp.h
@@ -76,6 +76,8 @@ const char* task_type2str(int task_type);
76 76
77#define TS_TICK_START TIMESTAMP(110) 77#define TS_TICK_START TIMESTAMP(110)
78#define TS_TICK_END TIMESTAMP(111) 78#define TS_TICK_END TIMESTAMP(111)
79#define TS_QUANTUM_BOUNDARY_START TIMESTAMP(112)
80#define TS_QUANTUM_BOUNDARY_END TIMESTAMP(113)
79 81
80#define TS_PLUGIN_SCHED_START TIMESTAMP(120) 82#define TS_PLUGIN_SCHED_START TIMESTAMP(120)
81#define TS_PLUGIN_SCHED_END TIMESTAMP(121) 83#define TS_PLUGIN_SCHED_END TIMESTAMP(121)