From b4f45e13cef755fde11f23fed2c84006defe2cc9 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Thu, 28 Jul 2011 01:26:41 -0400 Subject: only trace system call start time if explicitly requested to do so --- include/litmus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); /* non-preemptive section support */ void enter_np(void); void exit_np(void); +void exit_np_trace(void); /* task system support */ int wait_for_ts_release(void); -- cgit v1.2.2