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.5-140-g9d45187


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  9d4518784bedd11e8563c999658f307c5c01b3a3 (commit)
       via  900686f5e209099d493a15f4e36a5030dc0aa8be (commit)
       via  2020af07c2a7f58538874ce652b52a6883f7ada0 (commit)
       via  1cd9c3ad40595180123083109e5b7d1230095f54 (commit)
       via  d8b7418ba4cf2bf2571f66a42517b9bced1b9132 (commit)
      from  7c2136cfc88d68cfc5eb490444dc25c7dc1c0632 (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 9d4518784bedd11e8563c999658f307c5c01b3a3
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Wed Apr 15 16:11:17 2009 -0700

    PR9940: add/use unmap_u[ret]probe
    For uprobes 1 and 2, add unmap_u[ret]probe() and define UPROBES_API_VERSION=2.
    Adapt tapsets.cxx accordingly.

commit 900686f5e209099d493a15f4e36a5030dc0aa8be
Merge: 2020af07c2a7f58538874ce652b52a6883f7ada0 7c2136cfc88d68cfc5eb490444dc25c7dc1c0632
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Wed Apr 15 16:02:58 2009 -0700

    Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

commit 2020af07c2a7f58538874ce652b52a6883f7ada0
Merge: 1cd9c3ad40595180123083109e5b7d1230095f54 c5746f91b1ba8f374b4230e16cb33e1b9206ca2b
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Tue Mar 31 11:06:58 2009 -0700

    Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

commit 1cd9c3ad40595180123083109e5b7d1230095f54
Merge: d8b7418ba4cf2bf2571f66a42517b9bced1b9132 d4db5608dbc31868a2041f20ea3f473eef3e61fd
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Mon Mar 23 15:51:58 2009 -0700

    Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtap

commit d8b7418ba4cf2bf2571f66a42517b9bced1b9132
Author: Jim Keniston <jkenisto@us.ibm.com>
Date:   Wed Mar 11 14:42:29 2009 -0700

    Don't reject opcode 0x9b -- fwait, which is also the first byte of
    pseudo-instructions like fclex, finit, fstsw, and fstcw.
    
    Do reject opcode 0x82 in 64-bit mode.

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

Summary of changes:
 runtime/uprobes/uprobes.c        |   34 ++++++++++++++++++++++++-----
 runtime/uprobes/uprobes.h        |    6 +++++
 runtime/uprobes/uprobes_i386.c   |    3 +-
 runtime/uprobes/uprobes_x86.c    |    9 +++----
 runtime/uprobes/uprobes_x86_64.c |    7 ++---
 runtime/uprobes2/uprobes.c       |   43 ++++++++++++++++++++++++++++++-------
 runtime/uprobes2/uprobes.h       |    6 +++++
 runtime/uprobes2/uprobes_x86.c   |    9 +++----
 tapsets.cxx                      |   41 ++++++++++++++++++++++++++++--------
 9 files changed, 119 insertions(+), 39 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]