--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/probe_i8k_calls_time.c +++ b/probe_i8k_calls_time.c @@ -13,7 +13,7 @@ double t; struct timespec tmst; -inline double timestamp() +double timestamp() { clock_gettime(CLOCK_REALTIME, &tmst); t = tmst.tv_nsec;