From ff0dba8fb7c752a10d64258d3cc1350893139929 Mon Sep 17 00:00:00 2001 From: hiramatu Date: Thu, 27 Sep 2007 16:28:28 +0000 Subject: 2007-09-27 Masami Hiramatsu PR3916 * systemtap.sample/gtod.*: New test for gettimeofday accuracy. --- testsuite/systemtap.samples/gtod.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testsuite/systemtap.samples/gtod.sh (limited to 'testsuite/systemtap.samples/gtod.sh') diff --git a/testsuite/systemtap.samples/gtod.sh b/testsuite/systemtap.samples/gtod.sh new file mode 100755 index 00000000..4d4a28c2 --- /dev/null +++ b/testsuite/systemtap.samples/gtod.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +stap $1 -c "$2 $3" | sort + -- cgit