public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/14489] New: Revamp probe metadata between modules and stapdyn
@ 2012-08-18  1:39 jistone at redhat dot com
  2012-08-18  1:40 ` [Bug runtime/14489] " jistone at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jistone at redhat dot com @ 2012-08-18  1:39 UTC (permalink / raw)
  To: systemtap

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

             Bug #: 14489
           Summary: Revamp probe metadata between modules and stapdyn
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
            Blocks: 14178
    Classification: Unclassified


Right now, stap is generating "struct stapdu_target" information in a special
section for stapdyn to read and parse.  I'm not thrilled with the future of
having such a fixed ABI between modules and stapdyn, especially in the face of
compile-server or remote targets, where stap versions may be mismatched.

One idea is to shift this section to some self-describing textual format, which
stapdyn will read and parse.  I've experimented a little with this, but it
seems rather clunky still.

Another idea suggested by fche is for stapdyn to dlopen+dlsym the module to
query it directly for its probe information.  I like this idea, because we can
e.g. infer that a missing dlsym just means it's an older module.  I'm currently
pursuing this further.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug runtime/14489] Revamp probe metadata between modules and stapdyn
  2012-08-18  1:39 [Bug runtime/14489] New: Revamp probe metadata between modules and stapdyn jistone at redhat dot com
@ 2012-08-18  1:40 ` jistone at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jistone at redhat dot com @ 2012-08-18  1:40 UTC (permalink / raw)
  To: systemtap

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

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sourceware dot |jistone at redhat dot com
                   |org                         |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-18  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-18  1:39 [Bug runtime/14489] New: Revamp probe metadata between modules and stapdyn jistone at redhat dot com
2012-08-18  1:40 ` [Bug runtime/14489] " jistone at redhat dot com

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).