This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/17275] on s390x, buildok/memory-all-probes.stp fails


https://sourceware.org/bugzilla/show_bug.cgi?id=17275

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #3 from Josh Stone <jistone at redhat dot com> ---
(In reply to David Smith from comment #2)
> the .callee stuff which is getting pulled in somehow

Because that test includes vm.*.*, and with alias suffixes that will expand
some (vm.*).* like vm.brk.* to kernel.function("do_brk").*, which then expands
.callees on it.  Try stap -l vm.*.callees for more, and notice that not all of
the vm aliases get callees.  That's because some have an explicit .call in them
already, which doesn't have any further suffixes possible.

AFAICT, vm.pagefault.return is the only one that actually intended to use a
3-part alias, so one solution might be to remove vm.*.* from that test and just
specify that one explicitly.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]