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-85-g98a1242


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  98a1242d112575a8e65258f17611dd01c84fc45b (commit)
       via  d3584129c20e4246ed5fe53b0f14105d8b7fa212 (commit)
      from  54bc8f42438e7efc62c5dd2b39618ccd6c953cdd (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 98a1242d112575a8e65258f17611dd01c84fc45b
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Fri Jun 19 18:19:52 2009 -0400

    Fix various issues in initscript (bz506956)
    
    * initscript/systemtap.in: Fix messages.
      (clog): Don't strip spaces out.
      (parse_args): Parse -y option.
      (status): Show message if no scripts are running.
      (restart): Don't try to stop scripts if no scripts are running.

commit d3584129c20e4246ed5fe53b0f14105d8b7fa212
Author: Masami Hiramatsu <mhiramat@redhat.com>
Date:   Fri Jun 19 18:19:51 2009 -0400

    Fix on-file flight recorder mode bugs on old kernel.
    
    * runtime/staprun/common.c (make_outfile_name): Moved from relay.c, fix not to
      open /dev/null.XXX output files, and add 'bulk' argument for bulkmode.
    * runtime/staprun/relay.c (make_outfile_name): Moved to common.c.
    * runtime/staprun/relay_old.c (open_oldoutfile): Fix to use fopen() and store
      FILE * to percpu_tmpfile[cpu].

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

Summary of changes:
 initscript/systemtap.in     |   34 +++++++++++++++++++++++-----------
 runtime/staprun/common.c    |   27 +++++++++++++++++++++++++++
 runtime/staprun/relay.c     |   30 +++---------------------------
 runtime/staprun/relay_old.c |   17 ++++++++++-------
 runtime/staprun/staprun.h   |    3 ++-
 5 files changed, 65 insertions(+), 46 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]