aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
authorJeremy Erickson <jerickso@cs.unc.edu>2013-01-28 22:27:46 -0500
committerJeremy Erickson <jerickso@cs.unc.edu>2013-01-28 22:27:46 -0500
commit2991502a5b655f7313a6f2ad10ad1004b1285a9d (patch)
treeec4089bd0e4ccc0c81af0dc65221671da5020214 /include/litmus/rt_param.h
parentae15178f76931989215905fbfb86eabe5aa8de00 (diff)
Support for measurement code from bbbdiss
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 6c05b14e7ce4..c6264d01d47e 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -92,6 +92,9 @@ union np_flag {
92struct control_page { 92struct control_page {
93 volatile union np_flag sched; 93 volatile union np_flag sched;
94 94
95 /* locking overhead tracing: time stamp prior to system call */
96 uint64_t ts_syscall_start; /* Feather-Trace cycles */
97
95 /* to be extended */ 98 /* to be extended */
96}; 99};
97 100