diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 20:52:29 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 21:01:20 -0500 |
commit | 12d312072e3f4caa6e4e500d5a23c85402494cd1 (patch) | |
tree | 9cde0ea468ea97c51d3c6370c9924827376efcc2 /include/litmus/trace.h | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) | |
parent | 3d1c6d44d3f133909d1c594351c2b7c779b1d7d4 (diff) |
Merge branch 'wip-pai' into wip-gpu-interrupts
Conflicts:
include/litmus/affinity.h
kernel/sched.c
kernel/softirq.c
litmus/Kconfig
litmus/affinity.c
litmus/litmus.c
litmus/preempt.c
litmus/sched_cedf.c
litmus/sched_gsn_edf.c
Diffstat (limited to 'include/litmus/trace.h')
-rw-r--r-- | include/litmus/trace.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h index e809376d6487..baa542d0135a 100644 --- a/include/litmus/trace.h +++ b/include/litmus/trace.h | |||
@@ -113,4 +113,24 @@ feather_callback void save_task_latency(unsigned long event, unsigned long when_ | |||
113 | 113 | ||
114 | #define TS_RELEASE_LATENCY(when) LTIMESTAMP(208, &(when)) | 114 | #define TS_RELEASE_LATENCY(when) LTIMESTAMP(208, &(when)) |
115 | 115 | ||
116 | |||
117 | #ifdef CONFIG_LITMUS_NVIDIA | ||
118 | |||
119 | #define TS_NV_TOPISR_START TIMESTAMP(200) | ||
120 | #define TS_NV_TOPISR_END TIMESTAMP(201) | ||
121 | |||
122 | #define TS_NV_BOTISR_START TIMESTAMP(202) | ||
123 | #define TS_NV_BOTISR_END TIMESTAMP(203) | ||
124 | |||
125 | #define TS_NV_RELEASE_BOTISR_START TIMESTAMP(204) | ||
126 | #define TS_NV_RELEASE_BOTISR_END TIMESTAMP(205) | ||
127 | |||
128 | #endif | ||
129 | |||
130 | #ifdef CONFIG_LITMUS_PAI_SOFTIRQD | ||
131 | #define TS_NV_SCHED_BOTISR_START TIMESTAMP(206) | ||
132 | #define TS_NV_SCHED_BOTISR_END TIMESTAMP(207) | ||
133 | #endif | ||
134 | |||
135 | |||
116 | #endif /* !_SYS_TRACE_H_ */ | 136 | #endif /* !_SYS_TRACE_H_ */ |