public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "Kevin Jia" <jiaminghao@gmail.com>
To: systemtap@sourceware.org
Subject: about systemtap test!
Date: Sat, 25 Mar 2006 01:29:00 -0000	[thread overview]
Message-ID: <30c154100603241729s63ac1451i8b5d2de28a5ba831@mail.gmail.com> (raw)

Two problems:

1. I use the follow program for testing:

    probe kernel.function("sys_open")
{
    printf("%s(%d)open(%s)\n", execname(), pid(), argstr)
}
probe timer.ms(4000)
{
    exit()
}

   the result looks like this:

    udev(10266) open()
    udev(10266) open()
    udev(10266) open()
    nifd(1383) open()
    ...
So why have not anything include the open's parenttheses? And what
meaning of the "argstr"?

2. how use systemtap probes the watchpoint? Can you give me some examples?

thanks.

             reply	other threads:[~2006-03-25  1:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-25  1:29 Kevin Jia [this message]
2006-03-25  2:06 Stone, Joshua I

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=30c154100603241729s63ac1451i8b5d2de28a5ba831@mail.gmail.com \
    --to=jiaminghao@gmail.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).