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-454-gd3f9f73


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  d3f9f7324804d58f0810ee62cc2fa58302fdafb3 (commit)
       via  e24b8f8da2649d501aa451fd0be50fbbb094264d (commit)
       via  522e2d6e70f3ac6172f2b3d2320776fb69b4ee99 (commit)
       via  d4dac7690fabb74b2a17a063ed4bce157312ee06 (commit)
       via  0ab2d6e76a0d7fd085aa7bdebdab9364c5afc478 (commit)
      from  77fc00f41693347c7f98a5c4c051fc3a3a3e0244 (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 d3f9f7324804d58f0810ee62cc2fa58302fdafb3
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 8 23:55:15 2010 +0200

    Add _STP_REGS_USER_FLAG to regflags for hardware based perf event probes.
    
    * tapset-perfmon.cxx (perf_derived_probe_group::emit_module_decls): Check
      type of event and whether interrupted in user mode to set regflags.

commit e24b8f8da2649d501aa451fd0be50fbbb094264d
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 8 23:45:57 2010 +0200

    Remove (commented out) perfmon probes section from langref.
    
    it's gone baby, gone
    
    * doc/langref.text (Probes to monitor performance): Removed.

commit 522e2d6e70f3ac6172f2b3d2320776fb69b4ee99
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 8 23:41:21 2010 +0200

    Remove kfailed perfmon01.stp buildok test. Perfmon support is no longer.
    
    * testsuite/buildok/perfmon01.stp: Removed.
    * testsuite/systemtap.pass1-4/buildok.exp: Remove kfail for above test.
    * testsuite/systemtap.server/server.exp: Likewise.

commit d4dac7690fabb74b2a17a063ed4bce157312ee06
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 8 23:25:38 2010 +0200

    Remove need_vma_tracker from systemtap_session, tracked through task_finder.
    
    See task_finder.h enable_vma_tracker() and vma_tracker_enabled().
    
    * session.h (systemtap_session): Remove unused need_vma_tracker field.

commit 0ab2d6e76a0d7fd085aa7bdebdab9364c5afc478
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Jul 8 23:24:52 2010 +0200

    perfmon support is no more, remove the old tapset.
    
    * tapset/perfmon.stp: Removed.

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

Summary of changes:
 doc/langref.tex                         |   27 ---------------------------
 session.h                               |    1 -
 tapset-perfmon.cxx                      |   11 ++++++++---
 tapset/perfmon.stp                      |   13 -------------
 testsuite/buildok/perfmon01.stp         |   26 --------------------------
 testsuite/systemtap.pass1-4/buildok.exp |    1 -
 testsuite/systemtap.server/server.exp   |    1 -
 7 files changed, 8 insertions(+), 72 deletions(-)
 delete mode 100644 tapset/perfmon.stp
 delete mode 100755 testsuite/buildok/perfmon01.stp


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]