diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-28 01:26:41 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-28 01:26:41 -0400 |
| commit | b4f45e13cef755fde11f23fed2c84006defe2cc9 (patch) | |
| tree | 1f73996d05532ffbd4138e4c017b944387a594af /include | |
| parent | 01c0aefb3de19b0cf66a947c60bece866dc9e565 (diff) | |
only trace system call start time if explicitly requested to do so
Diffstat (limited to 'include')
| -rw-r--r-- | include/litmus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index 0d0b31c..0371a6c 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
| @@ -105,6 +105,7 @@ task_class_t str2class(const char* str); | |||
| 105 | /* non-preemptive section support */ | 105 | /* non-preemptive section support */ |
| 106 | void enter_np(void); | 106 | void enter_np(void); |
| 107 | void exit_np(void); | 107 | void exit_np(void); |
| 108 | void exit_np_trace(void); | ||
| 108 | 109 | ||
| 109 | /* task system support */ | 110 | /* task system support */ |
| 110 | int wait_for_ts_release(void); | 111 | int wait_for_ts_release(void); |
