public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "hunt at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sources.redhat.com
Subject: [Bug testsuite/4472] sytemtap.syscall failures on ppc64.
Date: Wed, 09 May 2007 16:39:00 -0000	[thread overview]
Message-ID: <20070509163916.26730.qmail@sourceware.org> (raw)
In-Reply-To: <20070508113924.4472.srinivasa@in.ibm.com>


------- Additional Comments From hunt at redhat dot com  2007-05-09 17:39 -------
For #2, in tapset/syscalls.stp there is the following

probe syscall.readv = 
		kernel.function("sys_readv"),
		kernel.function("compat_sys_readv") ?
{
	name = "readv"
	vector_uaddr = $vec
	count = $vlen
/* FIXME: RHEL4 U3 ppc64 can't resolve $fd */
%( arch != "ppc64" %?
	fd = $fd
	argstr = sprintf("%d, %p, %d", $fd, $vec, $vlen)
%:
	argstr = sprintf("unknown fd, %p, %d", $vec, $vlen)
%)
}

Can someone tell me if this is still true and if it is, for what kernels?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |hunt at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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

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

       reply	other threads:[~2007-05-09 16:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070508113924.4472.srinivasa@in.ibm.com>
2007-05-09 16:39 ` hunt at redhat dot com [this message]
2008-04-30 17:27 ` fche at redhat dot com
2010-01-13 20:58 ` dsmith at redhat dot com
2010-01-13 20:58 ` dsmith 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=20070509163916.26730.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).