public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/4] add case for probe timer
@ 2015-11-13  9:26 Zhou Wenjian
  2015-11-13  9:26 ` [PATCH 2/4] add cases for condition compile Zhou Wenjian
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Zhou Wenjian @ 2015-11-13  9:26 UTC (permalink / raw)
  To: systemtap

	* testsuite/semko/timer_hz_randomize.stp: New test case
---
 testsuite/semko/timer_hz_randomize.stp | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 testsuite/semko/timer_hz_randomize.stp

diff --git a/testsuite/semko/timer_hz_randomize.stp b/testsuite/semko/timer_hz_randomize.stp
new file mode 100755
index 0000000..c4d4c6a
--- /dev/null
+++ b/testsuite/semko/timer_hz_randomize.stp
@@ -0,0 +1,6 @@
+#! stap -p2
+
+probe timer.hz(1000).randomize(500) {
+	printf("%s\n", "timer_hz")
+	exit()
+}
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-12-01  2:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13  9:26 [PATCH 1/4] add case for probe timer Zhou Wenjian
2015-11-13  9:26 ` [PATCH 2/4] add cases for condition compile Zhou Wenjian
2015-11-13  9:26 ` [PATCH 4/4] add cases for var type Zhou Wenjian
2015-11-13  9:26 ` [PATCH 3/4] add cases for var definition Zhou Wenjian
2015-11-13 14:26 ` [PATCH 1/4] add case for probe timer Frank Ch. Eigler
2015-11-16  1:54   ` "Zhou, Wenjian/周文剑"
2015-11-16  9:18   ` "Zhou, Wenjian/周文剑"
2015-11-26  8:55 ` "Zhou, Wenjian/周文剑"
2015-11-30 21:49   ` David Smith
2015-12-01  2:11     ` "Zhou, Wenjian/周文剑"
2015-11-30 22:37   ` Frank Ch. Eigler
2015-12-01  2:57     ` "Zhou, Wenjian/周文剑"

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).