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.8-136-gc03d4c2


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  c03d4c249bf72470b2394dc995d885c7819df0a2 (commit)
       via  4bfad28d7f2fd685871d1ba6abbe723ad919fe25 (commit)
       via  798eb845fd6a5af9b705241c20c577fddcfae245 (commit)
       via  d31105530774cb272826ea1f7f523f319ed2698f (commit)
      from  7a27d037b6b0094129260e5b75d4c1f9b652465a (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 c03d4c249bf72470b2394dc995d885c7819df0a2
Merge: 4bfad28 7a27d03
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Aug 2 12:57:23 2012 -0700

    Merge branch 'master' of git://sourceware.org/git/systemtap

commit 4bfad28d7f2fd685871d1ba6abbe723ad919fe25
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Aug 2 12:38:27 2012 -0700

    PR14180: Fix tapset documentation for non-root tapsets
    
    * doc/SystemTap_Tapset_Reference/manpager: Use basenames so we can deal
      with tapsets that are from a subdirectory, like tapset/linux/.
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Update !I paths for the
      many tapsets that moved in commit d3110553.
    * tapset/linux/context.stp: Defer <tapsetdescription> to tapset/context.stp

commit 798eb845fd6a5af9b705241c20c577fddcfae245
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Aug 2 11:58:33 2012 -0700

    manpager: indent loops

commit d31105530774cb272826ea1f7f523f319ed2698f
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Aug 1 19:26:01 2012 -0700

    PR14180: Doing the tapset shuffle!
    
    Many tapsets are kernel-specific, with no applicability at all
    from userspace.  These have all been moved to tapset/linux/.
    
    Some tapsets could be widely applicable, but are implemented with
    kernel-specific APIs.  These have been moved to tapset/linux/, and
    reimplemented in tapset/dyninst/ too.
    
    Some tapsets are generic utility functions, that don't care at
    all where they're run from.  These have been left in place.

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/manpager        |  110 +++---
 doc/SystemTap_Tapset_Reference/tapsets.tmpl    |  106 +++---
 tapset/context.stp                             |  470 ------------------------
 tapset/dyninst/context-envvar.stp              |   24 ++
 tapset/dyninst/context.stp                     |  108 ++++++
 tapset/dyninst/ctime.stp                       |   30 ++
 tapset/dyninst/endian.stp                      |   29 ++
 tapset/dyninst/guru-delay.stp                  |   28 ++
 tapset/dyninst/inet.stp                        |   40 ++
 tapset/dyninst/timestamp_gtod.stp              |   31 ++
 tapset/{ => linux}/atomic.stp                  |    0
 tapset/{ => linux}/context-caller.stp          |    0
 tapset/{ => linux}/context-envvar.stp          |    0
 tapset/{ => linux}/context-symbols.stp         |    0
 tapset/{ => linux}/context-unwind.stp          |    0
 tapset/{ => linux}/context.stp                 |   94 +-----
 tapset/{ => linux}/conversions-guru.stp        |    0
 tapset/{ => linux}/conversions.stp             |    0
 tapset/{ => linux}/ctime.stp                   |    0
 tapset/{ => linux}/dentry.stp                  |    0
 tapset/{ => linux}/dev.stp                     |    0
 tapset/{ => linux}/endian.stp                  |    0
 tapset/{ => linux}/guru-delay.stp              |    0
 tapset/{ => linux}/inet.stp                    |    0
 tapset/{ => linux}/inet_sock.stp               |    0
 tapset/{ => linux}/ioblock.stp                 |    0
 tapset/{ => linux}/ioscheduler.stp             |    0
 tapset/{ => linux}/ip.stp                      |    0
 tapset/{ => linux}/ipmib-filter-default.stp    |    0
 tapset/{ => linux}/ipmib.stp                   |    0
 tapset/{ => linux}/irq.stp                     |    0
 tapset/{ => linux}/kprocess.stp                |    0
 tapset/{ => linux}/kretprobe.stp               |    0
 tapset/{ => linux}/linuxmib-filter-default.stp |    0
 tapset/{ => linux}/linuxmib.stp                |    0
 tapset/linux/logging.stp                       |   59 +++
 tapset/{ => linux}/memory.stp                  |    0
 tapset/{ => linux}/netfilter.stp               |    0
 tapset/{ => linux}/networking.stp              |    0
 tapset/{ => linux}/nfs.stp                     |    0
 tapset/{ => linux}/nfs_proc.stp                |    0
 tapset/{ => linux}/nfsd.stp                    |    0
 tapset/{ => linux}/nfsderrno.stp               |    0
 tapset/{ => linux}/panic.stp                   |    0
 tapset/{ => linux}/perf.stp                    |    0
 tapset/{ => linux}/proc_mem.stp                |    0
 tapset/{ => linux}/pstrace.stp                 |    0
 tapset/{ => linux}/rpc.stp                     |    0
 tapset/{ => linux}/scheduler.stp               |    0
 tapset/{ => linux}/scsi.stp                    |    0
 tapset/{ => linux}/signal.stp                  |    0
 tapset/{ => linux}/socket.stp                  |    0
 tapset/{ => linux}/target_set.stp              |    0
 tapset/{ => linux}/task.stp                    |    0
 tapset/{ => linux}/task_time.stp               |    0
 tapset/{ => linux}/tcp.stp                     |    0
 tapset/{ => linux}/tcpmib-filter-default.stp   |    0
 tapset/{ => linux}/tcpmib.stp                  |    0
 tapset/{ => linux}/timestamp.stp               |    0
 tapset/{ => linux}/timestamp_gtod.stp          |    0
 tapset/{ => linux}/timestamp_monotonic.stp     |    0
 tapset/{ => linux}/tty.stp                     |    0
 tapset/{ => linux}/ucontext-symbols.stp        |    0
 tapset/{ => linux}/ucontext-unwind.stp         |    0
 tapset/{ => linux}/ucontext.stp                |    0
 tapset/{ => linux}/uconversions.stp            |    0
 tapset/{ => linux}/udp.stp                     |    0
 tapset/{ => linux}/utrace.stp                  |    0
 tapset/{ => linux}/vfs.stp                     |    0
 tapset/logging.stp                             |   52 ---
 70 files changed, 464 insertions(+), 717 deletions(-)
 create mode 100644 tapset/dyninst/context-envvar.stp
 create mode 100644 tapset/dyninst/context.stp
 create mode 100644 tapset/dyninst/ctime.stp
 create mode 100644 tapset/dyninst/endian.stp
 create mode 100644 tapset/dyninst/guru-delay.stp
 create mode 100644 tapset/dyninst/inet.stp
 create mode 100644 tapset/dyninst/timestamp_gtod.stp
 rename tapset/{ => linux}/atomic.stp (100%)
 rename tapset/{ => linux}/context-caller.stp (100%)
 rename tapset/{ => linux}/context-envvar.stp (100%)
 rename tapset/{ => linux}/context-symbols.stp (100%)
 rename tapset/{ => linux}/context-unwind.stp (100%)
 copy tapset/{ => linux}/context.stp (79%)
 rename tapset/{ => linux}/conversions-guru.stp (100%)
 rename tapset/{ => linux}/conversions.stp (100%)
 rename tapset/{ => linux}/ctime.stp (100%)
 rename tapset/{ => linux}/dentry.stp (100%)
 rename tapset/{ => linux}/dev.stp (100%)
 rename tapset/{ => linux}/endian.stp (100%)
 rename tapset/{ => linux}/guru-delay.stp (100%)
 rename tapset/{ => linux}/inet.stp (100%)
 rename tapset/{ => linux}/inet_sock.stp (100%)
 rename tapset/{ => linux}/ioblock.stp (100%)
 rename tapset/{ => linux}/ioscheduler.stp (100%)
 rename tapset/{ => linux}/ip.stp (100%)
 rename tapset/{ => linux}/ipmib-filter-default.stp (100%)
 rename tapset/{ => linux}/ipmib.stp (100%)
 rename tapset/{ => linux}/irq.stp (100%)
 rename tapset/{ => linux}/kprocess.stp (100%)
 rename tapset/{ => linux}/kretprobe.stp (100%)
 rename tapset/{ => linux}/linuxmib-filter-default.stp (100%)
 rename tapset/{ => linux}/linuxmib.stp (100%)
 create mode 100644 tapset/linux/logging.stp
 rename tapset/{ => linux}/memory.stp (100%)
 rename tapset/{ => linux}/netfilter.stp (100%)
 rename tapset/{ => linux}/networking.stp (100%)
 rename tapset/{ => linux}/nfs.stp (100%)
 rename tapset/{ => linux}/nfs_proc.stp (100%)
 rename tapset/{ => linux}/nfsd.stp (100%)
 rename tapset/{ => linux}/nfsderrno.stp (100%)
 rename tapset/{ => linux}/panic.stp (100%)
 rename tapset/{ => linux}/perf.stp (100%)
 rename tapset/{ => linux}/proc_mem.stp (100%)
 rename tapset/{ => linux}/pstrace.stp (100%)
 rename tapset/{ => linux}/rpc.stp (100%)
 rename tapset/{ => linux}/scheduler.stp (100%)
 rename tapset/{ => linux}/scsi.stp (100%)
 rename tapset/{ => linux}/signal.stp (100%)
 rename tapset/{ => linux}/socket.stp (100%)
 rename tapset/{ => linux}/target_set.stp (100%)
 rename tapset/{ => linux}/task.stp (100%)
 rename tapset/{ => linux}/task_time.stp (100%)
 rename tapset/{ => linux}/tcp.stp (100%)
 rename tapset/{ => linux}/tcpmib-filter-default.stp (100%)
 rename tapset/{ => linux}/tcpmib.stp (100%)
 rename tapset/{ => linux}/timestamp.stp (100%)
 rename tapset/{ => linux}/timestamp_gtod.stp (100%)
 rename tapset/{ => linux}/timestamp_monotonic.stp (100%)
 rename tapset/{ => linux}/tty.stp (100%)
 rename tapset/{ => linux}/ucontext-symbols.stp (100%)
 rename tapset/{ => linux}/ucontext-unwind.stp (100%)
 rename tapset/{ => linux}/ucontext.stp (100%)
 rename tapset/{ => linux}/uconversions.stp (100%)
 rename tapset/{ => linux}/udp.stp (100%)
 rename tapset/{ => linux}/utrace.stp (100%)
 rename tapset/{ => linux}/vfs.stp (100%)


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]