aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/trace.h')
-rw-r--r--include/litmus/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h
index 4246260865fa..d6829c416912 100644
--- a/include/litmus/trace.h
+++ b/include/litmus/trace.h
@@ -76,7 +76,7 @@ feather_callback void save_timestamp_time(unsigned long event, unsigned long tim
76 * always the next number after the start time event id. 76 * always the next number after the start time event id.
77 */ 77 */
78 78
79#define TS_SYSCALL_IN_START(p) TIMESTAMP_TIME(10, p) 79#define __TS_SYSCALL_IN_START(p) TIMESTAMP_TIME(10, p)
80#define TS_SYSCALL_IN_END TIMESTAMP_PID(11) 80#define TS_SYSCALL_IN_END TIMESTAMP_PID(11)
81 81
82#define TS_SYSCALL_OUT_START TIMESTAMP_PID(20) 82#define TS_SYSCALL_OUT_START TIMESTAMP_PID(20)