public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Zhou Wenjian <zhouwj-fnst@cn.fujitsu.com>
To: <systemtap@sourceware.org>
Subject: [PATCH 1/4] add case for probe timer
Date: Fri, 13 Nov 2015 09:26:00 -0000	[thread overview]
Message-ID: <1447406704-14585-1-git-send-email-zhouwj-fnst@cn.fujitsu.com> (raw)

	* 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

             reply	other threads:[~2015-11-13  9:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13  9:26 Zhou Wenjian [this message]
2015-11-13  9:26 ` [PATCH 3/4] add cases for var definition Zhou Wenjian
2015-11-13  9:26 ` [PATCH 4/4] add cases for var type Zhou Wenjian
2015-11-13  9:26 ` [PATCH 2/4] add cases for condition compile 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/周文剑"

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447406704-14585-1-git-send-email-zhouwj-fnst@cn.fujitsu.com \
    --to=zhouwj-fnst@cn.fujitsu.com \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).