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-0.9.7-87-g800bc67


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  800bc674c524b1c58b550ed65fbcd10dffea470b (commit)
       via  b84779a5a4e19d2a4d8bbf9eabb96e43b2aecdee (commit)
       via  93646f4d5ccaa051cd996cc2ab6a2b4a21418714 (commit)
       via  dd0e4fa70fd7589ff80618305bd3d24e98a5d73b (commit)
       via  01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665 (commit)
       via  bae55db94d702c373cf66006d6736fb6adb69f23 (commit)
       via  7a212aa8e893ad29acca3e80e1af01de0b894305 (commit)
       via  9004cc8cc0cf3b4d6be26471388d54fc4f364e74 (commit)
       via  47e0478e7dad2c5321dbcc0f4c69f88aba38812b (commit)
       via  1abafad4c626f7d82360cb576ef1eb555c822ec6 (commit)
       via  912e8c5926abb587638f8e482c7f714bc5cda758 (commit)
      from  8f65d588e2a2e58409bc52363b652eba9a963957 (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 800bc674c524b1c58b550ed65fbcd10dffea470b
Merge: 8f65d588e2a2e58409bc52363b652eba9a963957 b84779a5a4e19d2a4d8bbf9eabb96e43b2aecdee
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 7 19:06:52 2009 -0700

    Merge branch 'tapsets-cleanup'
    
    This merge splits some of the built-in tapsets into their own files, so
    we can better maintain clean interfaces.  Still TODO are the dwarf-
    dependent tapsets though, because that's a much bigger mess to untangle.

commit b84779a5a4e19d2a4d8bbf9eabb96e43b2aecdee
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 7 16:41:16 2009 -0700

    Separate the utrace tapset

commit 93646f4d5ccaa051cd996cc2ab6a2b4a21418714
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 7 16:17:11 2009 -0700

    Separate task_finder and the itrace tapset

commit dd0e4fa70fd7589ff80618305bd3d24e98a5d73b
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 7 15:15:29 2009 -0700

    Separate the kernel.mark tapset

commit 01c2eefe76e5a0eb8dd5a9504b522cdcb11f2665
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 7 14:49:08 2009 -0700

    Separate the permon tapset

commit bae55db94d702c373cf66006d6736fb6adb69f23
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 7 11:44:13 2009 -0700

    Group all kprobe_derived_FOO together

commit 7a212aa8e893ad29acca3e80e1af01de0b894305
Author: Josh Stone <jistone@redhat.com>
Date:   Wed May 6 18:52:46 2009 -0700

    Separate the procfs tapset

commit 9004cc8cc0cf3b4d6be26471388d54fc4f364e74
Author: Josh Stone <jistone@redhat.com>
Date:   Wed May 6 18:26:45 2009 -0700

    Use a single entry function for begin/end/error

commit 47e0478e7dad2c5321dbcc0f4c69f88aba38812b
Author: Josh Stone <jistone@redhat.com>
Date:   Wed May 6 17:40:36 2009 -0700

    Separate the begin/end/error/never tapsets

commit 1abafad4c626f7d82360cb576ef1eb555c822ec6
Author: Josh Stone <jistone@redhat.com>
Date:   Wed May 6 16:53:10 2009 -0700

    Merge profile_builder into timer_builder

commit 912e8c5926abb587638f8e482c7f714bc5cda758
Author: Josh Stone <jistone@redhat.com>
Date:   Wed May 6 16:43:51 2009 -0700

    Separate built-in timer tapsets
    
    All of the timer.* tapsets are now built and handled in their own
    tapset-timers.cxx, as the first step of many to pare down the current
    monolithic tapsets.cxx.

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

Summary of changes:
 Makefile.am        |    5 +-
 Makefile.in        |  130 ++-
 tapset-been.cxx    |  228 +++
 tapset-itrace.cxx  |  337 +++++
 tapset-mark.cxx    |  712 ++++++++++
 tapset-perfmon.cxx |  463 ++++++
 tapset-procfs.cxx  |  521 +++++++
 tapset-timers.cxx  |  626 ++++++++
 tapset-utrace.cxx  | 1061 ++++++++++++++
 tapsets.cxx        | 3996 +---------------------------------------------------
 tapsets.h          |   41 +-
 task_finder.cxx    |  103 ++
 task_finder.h      |   20 +
 13 files changed, 4291 insertions(+), 3952 deletions(-)
 create mode 100644 tapset-been.cxx
 create mode 100644 tapset-itrace.cxx
 create mode 100644 tapset-mark.cxx
 create mode 100644 tapset-perfmon.cxx
 create mode 100644 tapset-procfs.cxx
 create mode 100644 tapset-timers.cxx
 create mode 100644 tapset-utrace.cxx
 create mode 100644 task_finder.cxx
 create mode 100644 task_finder.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]