From: "wcohen at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug translator/27940] The /* pc=0x... */ is no longer printed by "stap -v -L 'kernel.function("*")'
Date: Thu, 03 Jun 2021 22:38:27 +0000 [thread overview]
Message-ID: <bug-27940-6586-5yiQppJqrC@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-27940-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=27940
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
Before the commit was made printscript in main.cxx:180 was:
p->printsig(sig, false);
This would end up calling the following method in tapsets.cxx where p is type
(derived_probe *):
dwarf_derived_probe::printsig (ostream& o, bool nest) const
However, after the commit the main.cxx:180 becomes:
p->printsig_nonest(sig);
The code in printscript ends up calling the following method in staptree.cxx:
void probe::printsig (ostream& o) const
--
You are receiving this mail because:
You are the assignee for the bug.
next prev parent reply other threads:[~2021-06-03 22:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-01 17:09 [Bug translator/27940] New: " wcohen at redhat dot com
2021-06-03 22:38 ` wcohen at redhat dot com [this message]
2021-06-04 19:50 ` [Bug translator/27940] " fche at redhat dot com
2021-08-31 1:09 ` dichen 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=bug-27940-6586-5yiQppJqrC@http.sourceware.org/bugzilla/ \
--to=sourceware-bugzilla@sourceware.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).