aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/trace.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-01-11 14:37:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-01-11 14:37:13 -0500
commit5d7dcfa10ea0dd283773a301e3ce610a7797d582 (patch)
tree7f7a57ac940e7fe1f538cdd771a954d4fb28f8c0 /include/litmus/trace.h
parent3d5537c160c1484e8d562b9828baf679cc53f67a (diff)
PAI implementation, C-RM, C-FIFO.
Diffstat (limited to 'include/litmus/trace.h')
-rw-r--r--include/litmus/trace.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h
index 05f487263f28..aa3ee4a6757b 100644
--- a/include/litmus/trace.h
+++ b/include/litmus/trace.h
@@ -100,4 +100,18 @@ feather_callback void save_timestamp_cpu(unsigned long event, unsigned long cpu)
100#define TS_SEND_RESCHED_END DTIMESTAMP(191, TSK_UNKNOWN) 100#define TS_SEND_RESCHED_END DTIMESTAMP(191, TSK_UNKNOWN)
101 101
102 102
103
104#ifdef CONFIG_LITMUS_NVIDIA
105
106#define TS_NV_TOPISR_START TIMESTAMP(200)
107#define TS_NV_TOPISR_END TIMESTAMP(201)
108
109#define TS_NV_BOTISR_START TIMESTAMP(202)
110#define TS_NV_BOTISR_END TIMESTAMP(203)
111
112#define TS_NV_RELEASE_BOTISR_START TIMESTAMP(204)
113#define TS_NV_RELEASE_BOTISR_END TIMESTAMP(205)
114
115#endif
116
103#endif /* !_SYS_TRACE_H_ */ 117#endif /* !_SYS_TRACE_H_ */