public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "wenji dot huang at oracle dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sources.redhat.com
Subject: [Bug testsuite/10084] systemtap.examples/network/dropwatch fails on kernels without kfree_skb tracepoint
Date: Fri, 03 Jul 2009 07:54:00 -0000	[thread overview]
Message-ID: <20090703075412.10237.qmail@sourceware.org> (raw)
In-Reply-To: <20090419124804.10084.mjw@redhat.com>


------- Additional Comments From wenji dot huang at oracle dot com  2009-07-03 07:54 -------
See the definition of trace point in  kfree_skb(struct sk_buff *skb)
        ...
        else if (likely(!atomic_dec_and_test(&skb->users)))
                 return;
         trace_kfree_skb(skb, __builtin_return_address(0));
         __kfree_skb(skb);
 }

Maybe we can select __kfree_skb as the probe point. But Not easy to find the
replacement for the parameter __builtin_return_address(0).
 

-- 


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

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

  parent reply	other threads:[~2009-07-03  7:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-19 12:48 [Bug testsuite/10084] New: " mjw at redhat dot com
2009-04-19 16:15 ` [Bug testsuite/10084] " fche at redhat dot com
2009-07-03  7:54 ` wenji dot huang at oracle dot com [this message]
2009-07-03 13:01 ` fche at redhat dot com
2009-07-09  7:25 ` wenji dot huang at oracle dot com
2009-09-09  4:58 ` wenji dot huang at oracle dot com
2009-09-09 10:29 ` mjw 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=20090703075412.10237.qmail@sourceware.org \
    --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).