summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-xtestsuite/buildok/timestamp.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/timestamp.stp b/testsuite/buildok/timestamp.stp
index e071e781..4d6b8532 100755
--- a/testsuite/buildok/timestamp.stp
+++ b/testsuite/buildok/timestamp.stp
@@ -1,6 +1,6 @@
#! stap -p4
probe begin {
- log(sprint(get_cycles() + gettimeofday_us() +
+ log(sprint(get_cycles() + gettimeofday_ns() + gettimeofday_us() +
gettimeofday_ms() + gettimeofday_s()))
}