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.8-179-gc8a44de


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  c8a44dea9630e500f1eb44cb7934217fb2212f4e (commit)
      from  c3d506aed4f651a98d1afde2fe700822edf9e78e (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 c8a44dea9630e500f1eb44cb7934217fb2212f4e
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jul 20 15:25:01 2009 -0500

    Fixed PR 10386 by removing the need to convert a pid to a task.
    * runtime/itrace.c (usr_itrace_init): Changed prototype to take a
      task_struct instead of a pid.
    * tapset-itrace.cxx (emit_module_decls): Updated usr_itrace_init() call.
    * runtime/autoconf-find-task-pid.c: Removed, since only user_itrace_init()
      was using it.
    * buildrun.cxx (compile_pass): Removed autoconf-find-task-pid.c test.

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

Summary of changes:
 buildrun.cxx                     |    1 -
 runtime/autoconf-find-task-pid.c |    6 ------
 runtime/itrace.c                 |   15 +++++----------
 tapset-itrace.cxx                |    2 +-
 4 files changed, 6 insertions(+), 18 deletions(-)
 delete mode 100644 runtime/autoconf-find-task-pid.c


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]