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-163-g29d0ede


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  29d0edebd429185b88ff9c476eb4fba4396b5f63 (commit)
       via  efd032a83a3e5254988a49ed52cdab85c19ce762 (commit)
       via  edd119a6daa564ffc7ba8db9bc2927929ea7e25e (commit)
       via  8b09a1a4620cd8eac7d6df65bda799f5d4bcfe2b (commit)
       via  bf4b8ae2b55776433785ee77c5a3985b63364a87 (commit)
      from  9e501962301f8c76b17a8eafc83fc2505c5457c0 (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 29d0edebd429185b88ff9c476eb4fba4396b5f63
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 22 14:57:33 2009 -0700

    Use embedded-C for empty functions
    
    The functions asmlinkage() and fastcall() are used to help access
    syscall parameters on i686.  All other archs don't need this, but they
    still define empty functions to shield the callers from arch details.
    
    However, stap issues warnings for empty script-level functions.  This
    patch changes them to "%{ /* pure */ %}" so there's no complaint, and
    they will still get optimized away.

commit efd032a83a3e5254988a49ed52cdab85c19ce762
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Fri May 22 20:05:43 2009 +0200

    Uncomment 'name' variable in nd_syscall.lseek probe point.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit edd119a6daa564ffc7ba8db9bc2927929ea7e25e
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Fri May 22 17:15:21 2009 +0200

    Add missing probe points in nd_syscalls.stp.
    
    Add probe points for faccessat, fchmodat, fchownat, linkat and mknodat.
    Analogue of commits: a3d153e5, 335972be, 46e2c2c1, c815c982, dac6e242
    and bad69f1d.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit 8b09a1a4620cd8eac7d6df65bda799f5d4bcfe2b
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Fri May 22 16:31:15 2009 +0200

    Remove return probes for exit[_group] in nd_syscalls.stp.
    
    Analogue of commit 39a8b0bc.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit bf4b8ae2b55776433785ee77c5a3985b63364a87
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Fri May 22 13:58:27 2009 +0200

    Unify formatting of nd_syscalls.stp.
    
    Rules were already specified in commit c0c1ccc6.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

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

Summary of changes:
 tapset/nd_syscalls.stp      |  374 ++++++++++++++++++++++++++++++-------------
 tapset/ppc64/registers.stp  |    6 +-
 tapset/s390x/registers.stp  |    6 +-
 tapset/x86_64/registers.stp |    6 +-
 4 files changed, 267 insertions(+), 125 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]