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.3-336-g0f5d597


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  0f5d597da84297c747e2be01a5bfba69bff88ca3 (commit)
       via  4fecb8a2bbe54379cf7d2b83f838c0166c565861 (commit)
      from  401a7bf87f51c47474f37dd8584704c148a05965 (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 0f5d597da84297c747e2be01a5bfba69bff88ca3
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Nov 29 16:16:22 2010 -0800

    Add configure --disable-sdt-probes
    
    This new option turns off SDT markers in our own binaries.  This doesn't
    change the ability to probe SDT in other applications.
    
    * configure.ac: Add --disable-sdt-probes.
    * runtime/staprun/configure.ac: Ditto.
    * includes/stap-probe.h: Define PROBE[N] depending on ENABLE_SDT_PROBES.
    * *.cxx, runtime/staprun/*.[ch]: Use the indirect PROBE macros instead
      of STAP_PROBE, so SDT can be disabled.
    * (everything else): Regenerated with autoreconf.
      (The change is bigger due to my newer autotools on F14 -- sorry...)

commit 4fecb8a2bbe54379cf7d2b83f838c0166c565861
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Nov 29 15:36:50 2010 -0800

    Adapt to old kernels lacking asm/tsc.h
    
    Some old x86_64 kernels do have an export for tsc_khz, but don't need
    (or even have) asm/tsc.h to define it.

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

Summary of changes:
 Makefile.in                                |    2 +
 aclocal.m4                                 |   40 ++--
 cache.cxx                                  |   10 +-
 config.in                                  |    3 +
 configure                                  |  440 +++++++++++++++-------------
 configure.ac                               |    8 +
 csclient.cxx                               |    6 +-
 doc/Makefile.in                            |    2 +
 doc/SystemTap_Tapset_Reference/Makefile.in |    2 +
 doc/beginners/Makefile.in                  |    2 +
 grapher/Makefile.in                        |    2 +
 includes/stap-probe.h                      |   39 +++
 main.cxx                                   |   32 +-
 runtime/staprun/Makefile.in                |    2 +
 runtime/staprun/aclocal.m4                 |   40 ++--
 runtime/staprun/common.c                   |    2 +-
 runtime/staprun/config.in                  |    3 +
 runtime/staprun/configure                  |  309 +++++++++++---------
 runtime/staprun/configure.ac               |    8 +
 runtime/staprun/mainloop.c                 |    2 +-
 runtime/staprun/staprun.c                  |    2 +-
 runtime/staprun/staprun.h                  |    4 +-
 runtime/staprun/staprun_funcs.c            |    2 +-
 runtime/time.c                             |    4 +-
 session.cxx                                |    2 -
 tapsets.cxx                                |    1 -
 testsuite/aclocal.m4                       |    4 +-
 testsuite/configure                        |  226 ++++++++-------
 util.cxx                                   |    8 +-
 29 files changed, 689 insertions(+), 518 deletions(-)
 create mode 100644 includes/stap-probe.h


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]