This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 dynamic-link/14298] Add static probes to runtime linker


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

Gary Benson <gbenson at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Gary Benson <gbenson at redhat dot com> 2012-07-27 13:06:24 UTC ---
commit 815e6fa3e010628f77838abec18692cbfeb60809
Author: Gary Benson <gbenson@redhat.com>
Date:   Thu Jul 26 11:03:35 2012 +0100

    Add SystemTap static probes to the runtime linker.  [BZ #14298]

ChangeLog:
2012-07-27  Gary Benson  <gbenson@redhat.com>

       [BZ #14298]
       * elf/rtld.c: Include <stap-probe.h>.
       (dl_main): Added static probes "init_start" and "init_complete".
       * elf/dl-load.c: Include <stap-probe.h>.
       (lose): Take new parameter "nsid".
       Added static probe "map_failed".
       (_dl_map_object_from_fd): Pass namespace id to lose.
       Added static probe "map_start".
       (open_verify): Pass namespace id to lose.
       * elf/dl-open.c: Include <stap-probe.h>.
       (dl_open_worker) Added static probes "map_complete", "reloc_start"
       and "reloc_complete".
       * elf/dl-close.c: Include <stap-probe.h>.
       (_dl_close_worker): Added static probes "unmap_start" and
       "unmap_complete".
       * elf/rtld-debugger-interface.txt: New file documenting the above.

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


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