diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-09-28 21:29:46 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-09-28 21:29:46 -0400 |
commit | 0cfb2081c8ff1416d703bbc60465a5fab886fc58 (patch) | |
tree | 93e526bb9acef639e576341fa8e37ae309e67513 /include/litmus/trace.h | |
parent | 5c09863efe4a9d862b72d875abefb71c77c0f1b8 (diff) | |
parent | 46fe457792f9debcd3379abffe2b30933c085041 (diff) |
Merge branch 'wip-semi-part' of ssh://cvs/cvs/proj/litmus/repo/litmus2010 into wip-semi-partarchived-semi-part
Diffstat (limited to 'include/litmus/trace.h')
-rw-r--r-- | include/litmus/trace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h index b32c71180774..6afbf96ef9e4 100644 --- a/include/litmus/trace.h +++ b/include/litmus/trace.h | |||
@@ -78,6 +78,8 @@ feather_callback void save_timestamp_cpu(unsigned long event, unsigned long cpu) | |||
78 | #define TS_TICK_START(t) TTIMESTAMP(110, t) | 78 | #define TS_TICK_START(t) TTIMESTAMP(110, t) |
79 | #define TS_TICK_END(t) TTIMESTAMP(111, t) | 79 | #define TS_TICK_END(t) TTIMESTAMP(111, t) |
80 | 80 | ||
81 | #define TS_PULL_TIMER_START TIMESTAMP(112) | ||
82 | #define TS_PULL_TIMER_END TIMESTAMP(113) | ||
81 | 83 | ||
82 | #define TS_PLUGIN_SCHED_START /* TIMESTAMP(120) */ /* currently unused */ | 84 | #define TS_PLUGIN_SCHED_START /* TIMESTAMP(120) */ /* currently unused */ |
83 | #define TS_PLUGIN_SCHED_END /* TIMESTAMP(121) */ | 85 | #define TS_PLUGIN_SCHED_END /* TIMESTAMP(121) */ |