diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-09-28 21:37:52 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-09-28 21:37:52 -0400 |
commit | 8c3551a1742849f719d481f2887626d59b5ded67 (patch) | |
tree | eabb322acd4dbe3f2296000a64af3657ec7b79c7 /include | |
parent | e84fce96e96d8b5ee5e9531400b0735fb7e4fbb6 (diff) |
Add support for PULL_TIMER tracing.wip-semi-part-tracing
Match litmus2010 (2.6.34) commit 46fe457792f9deb
Diffstat (limited to 'include')
-rw-r--r-- | include/timestamp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/timestamp.h b/include/timestamp.h index a31f2ea..37aff60 100644 --- a/include/timestamp.h +++ b/include/timestamp.h | |||
@@ -41,6 +41,9 @@ const char* event2str(cmd_t id); | |||
41 | #define TS_TICK_START TIMESTAMP(110) | 41 | #define TS_TICK_START TIMESTAMP(110) |
42 | #define TS_TICK_END TIMESTAMP(111) | 42 | #define TS_TICK_END TIMESTAMP(111) |
43 | 43 | ||
44 | #define TS_PULL_TIMER_START TIMESTAMP(112) | ||
45 | #define TS_PULL_TIMER_END TIMESTAMP(113) | ||
46 | |||
44 | #define TS_PLUGIN_SCHED_START TIMESTAMP(120) | 47 | #define TS_PLUGIN_SCHED_START TIMESTAMP(120) |
45 | #define TS_PLUGIN_SCHED_END TIMESTAMP(121) | 48 | #define TS_PLUGIN_SCHED_END TIMESTAMP(121) |
46 | 49 | ||