diff options
Diffstat (limited to 'include/litmus/trace.h')
-rw-r--r-- | include/litmus/trace.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h index aa3ee4a6757b..09d409b60268 100644 --- a/include/litmus/trace.h +++ b/include/litmus/trace.h | |||
@@ -114,4 +114,10 @@ feather_callback void save_timestamp_cpu(unsigned long event, unsigned long cpu) | |||
114 | 114 | ||
115 | #endif | 115 | #endif |
116 | 116 | ||
117 | #ifdef CONFIG_LITMUS_PAI_SOFTIRQD | ||
118 | #define TS_NV_SCHED_BOTISR_START TIMESTAMP(206) | ||
119 | #define TS_NV_SCHED_BOTISR_END TIMESTAMP(207) | ||
120 | #endif | ||
121 | |||
122 | |||
117 | #endif /* !_SYS_TRACE_H_ */ | 123 | #endif /* !_SYS_TRACE_H_ */ |