public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Steve Dickson <steved@4Dicksons.org>
To: systemtap@sourceware.org
Subject: error: label 'deref_fault' used but not defined
Date: Mon, 24 Sep 2007 15:26:00 -0000	[thread overview]
Message-ID: <46F7BB7C.2010508@4Dicksons.org> (raw)

I'm getting an "label 'deref_fault' used but not defined" error
when I try to pulling the __svc_fh() function from the
/usr/share/systemtap/tapset/nfsd.stp file. I'm calling
the function from the following prob:

probe module("nfsd").function("fh_verify")
{
     printf("fh_verify: rqstp %p fhp %p type %d access %d\n",
         $rqstp, $fhp, $type, $access);
     printf("         : %s\n", __svc_fh($fhp));
}

any ideas?

Note I'm uses systemtap-0.5.14-1.fc

steved.

             reply	other threads:[~2007-09-24 13:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-24 15:26 Steve Dickson [this message]
2007-09-24 16:11 ` Frank Ch. Eigler
2007-09-24 19:16   ` Stone, Joshua I
2007-09-24 22:15     ` Mike Mason
2007-09-24 22:24       ` Frank Ch. Eigler

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=46F7BB7C.2010508@4Dicksons.org \
    --to=steved@4dicksons.org \
    --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).