This is the mail archive of the systemtap-cvs@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]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-12-gfc80eab


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  fc80eab8cc1cbebad78df914a885cb74cbd91f22 (commit)
       via  9ea68eb97aaf04104b18d5650a6321a4c7d3ad8d (commit)
       via  649260f387b644f8cfafe5e992d6c8890c906dd5 (commit)
      from  122b4fcd9ca8947ab96c8efdfe4430df8ea6b341 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fc80eab8cc1cbebad78df914a885cb74cbd91f22
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 25 19:35:53 2010 -0700

    Remove probe_point code duplication
    
    * staptree.cxx (probe_point::str): Don't duplicate ::print -- reuse it.

commit 9ea68eb97aaf04104b18d5650a6321a4c7d3ad8d
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 25 19:32:46 2010 -0700

    Print probepoint addresses in hex
    
    * staptree.h (literal_number): Add a bool "print_hex".
    * staptree.cxx (literal_number::print): Switch to hex if needed.
    * tapsets.cxx (dwarf_derived_probe::dwarf_derived_probe): Write the
      statement number component with a hex literal_number.
      (sdt_query::convert_location): Ditto
      (kprobe_derived_probe::kprobe_derived_probe): Ditto.
      (hwbkpt_derived_probe::hwbkpt_derived_probe): Ditto for data addr.

commit 649260f387b644f8cfafe5e992d6c8890c906dd5
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 25 18:50:16 2010 -0700

    Mention ** in NEWS and stapprobes.3stap

-----------------------------------------------------------------------

Summary of changes:
 NEWS                |    7 ++++++
 stapprobes.3stap.in |    4 ++-
 staptree.cxx        |   22 ++++++-------------
 staptree.h          |    3 +-
 tapsets.cxx         |   58 ++++++++++++++++++++++++++------------------------
 5 files changed, 49 insertions(+), 45 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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