public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "\"Zhou, Wenjian/周文剑\"" <zhouwj-fnst@cn.fujitsu.com>
To: David Smith <dsmith@redhat.com>, "Frank Ch. Eigler" <fche@redhat.com>
Cc: <systemtap@sourceware.org>
Subject: Re: [PATCH 1/4] add case for probe timer
Date: Thu, 26 Nov 2015 08:55:00 -0000	[thread overview]
Message-ID: <5656C888.3080503@cn.fujitsu.com> (raw)
In-Reply-To: <1447406704-14585-1-git-send-email-zhouwj-fnst@cn.fujitsu.com>

Hello Frank and David,

I try to send essential cases, but I can't make sure all of the cases
are needed.
So I need your help. If you have time, you can tell me why the cases have
no sense, or you can just let me know which are meaningless.
Both will help me a lot.

-- 
Thanks
Zhou

On 11/13/2015 05:25 PM, Zhou Wenjian wrote:
> 	* 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()
> +}
>


  parent reply	other threads:[~2015-11-26  8:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13  9:26 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/周文剑" [this message]
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=5656C888.3080503@cn.fujitsu.com \
    --to=zhouwj-fnst@cn.fujitsu.com \
    --cc=dsmith@redhat.com \
    --cc=fche@redhat.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).