This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/6971] New: nd_syscalls.stp tapset broken on ia64
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 20 Oct 2008 20:29:10 -0000
- Subject: [Bug tapsets/6971] New: nd_syscalls.stp tapset broken on ia64
- Reply-to: sourceware-bugzilla at sourceware dot org
On the ia64 platform, the nd_syscalls.stp tapset is broken. If you attempt to
use it, you will get the following:
# stap -p4 -v -e 'probe nd_syscall.accept { print(sockfd) }'
Pass 1: parsed user script and 44 library script(s) in 310usr/7sys/317real ms.
semantic error: unresolved arity-0 function: identifier 'asmlinkage' at
/usr/share/systemtap/tapset/nd_syscalls.stp:46:2
semantic error: unresolved arity-1 function: identifier 'int_arg' at :47:11
semantic error: unresolved arity-1 function: identifier 'pointer_arg' at :48:15
semantic error: unresolved arity-1 function: identifier 'pointer_arg' at :49:18
Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) in
334usr/243sys/580real ms.
Pass 2: analysis failed. Try again with more '-v' (verbose) options.
This bug is related to bug #6969. The problem is there is no
tapset/ia64/registers.stp file that would define the 'int_arg', 'pointer_arg',
etc. functions.
--
Summary: nd_syscalls.stp tapset broken on ia64
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tapsets
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: dsmith at redhat dot com
GCC host triplet: ia64
http://sourceware.org/bugzilla/show_bug.cgi?id=6971
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.