public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "mjw at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sources.redhat.com
Subject: [Bug runtime/10427] New: Multiple tracepoint OKs!
Date: Wed, 22 Jul 2009 12:43:00 -0000	[thread overview]
Message-ID: <20090722124254.10427.mjw@redhat.com> (raw)

On a rawhide install (2.6.31-0.81.rc3.git4.fc12.x86_64) the
testsuite/systemtap.base/tracepoints.stp sometimes produces multiple triggers of
the following probe:

probe all_tracepoints!, begin {
    println("tracepoints OK")
    exit()
}

But only with clean caches.

$ rm -rf ~/.systemtap && stap -v testsuite/systemtap.base/tracepoints.stp

Pass 1: parsed user script and 58 library script(s) in 90usr/10sys/110real ms.
Pass 2: analyzed script: 60 probe(s), 2 function(s), 0 embed(s), 1 global(s) in
6600usr/8570sys/14727real ms.
Pass 3: translated to C into
"/tmp/stapTj3U43/stap_6a431ab5b96059ed64495d90c1c45405_20000.c" in
10usr/0sys/11real ms.
Pass 4: compiled C into "stap_6a431ab5b96059ed64495d90c1c45405_20000.ko" in
4530usr/1600sys/6163real ms.
Pass 5: starting run.
tracepoints OK
tracepoints OK
tracepoints OK
Pass 5: run completed in 30usr/60sys/124real ms.

With the cache in place, it never seems to trigger multiple times afterwards. It
also doesn't trigger multiple times ever on fedora 11 (2.6.29.6-213.fc11.x86_64).

-- 
           Summary: Multiple tracepoint OKs!
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mjw at redhat dot com
                CC: jistone at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10427

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

             reply	other threads:[~2009-07-22 12:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-22 12:43 mjw at redhat dot com [this message]
2009-07-22 12:47 ` [Bug runtime/10427] " mjw at redhat dot com
2009-07-22 12:56 ` mjw at redhat dot com
2009-07-22 13:01 ` mjw at redhat dot com
2009-07-22 18:05 ` jistone at redhat dot com

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=20090722124254.10427.mjw@redhat.com \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sources.redhat.com \
    /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).