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.8-368-g321b13b


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  321b13b9ac2a395db1c7591cfe86bddfc0944e25 (commit)
      from  912907c362c919c33802104c0cd04c467c3e64cc (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 321b13b9ac2a395db1c7591cfe86bddfc0944e25
Author: David Smith <dsmith@redhat.com>
Date:   Wed Feb 18 09:29:39 2009 -0600

    Removed unused functions and variables.
    2009-02-18  David Smith  <dsmith@redhat.com>
    
    	* io.c (_stp_log): Removed unused function.
    	* map.c (_stp_cmp): Replace _stp_log() with dbug().
    	* mempool.c (_stp_mempool_resize): Removed unused function.
    	* print.c (next_fmt): Removed unused function.
    	* procfs.c: Removed unused variable '_stp_num_procfs_files'.
    	* regs.c (_stp_ret_addr): Removed unused function.
    	* string.c (_stp_text_str): Removed unused variable 'len'.
    	* string.h: Removed unused variable '_stdout_' and function
    	declaration for deleted function '_stp_vsprintf'.
    	* sym.c: Removed unused variables.
    	* unwind.c (_stp_create_unwind_hdr): Removed unused function.
    
    2009-02-18  David Smith  <dsmith@redhat.com>
    
    	* control.c: Removed unused variable '_stp_current_buffers'.
    	* procfs.c (_stp_set_buffers): Removed unused function.
    	(_stp_register_ctl_channel_fs): Removed unused variables and
    	label.
    	* symbols.c (u32_swap): Removed unused function.
    	(generic_swap): Ditto.
    	(_stp_sort): Ditto.
    	(_stp_section_is_interesting): Ditto.
    	* transport.c (_stp_transport_init): Removed unused variable
    	'ret'.

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

Summary of changes:
 runtime/ChangeLog             |   14 +++++
 runtime/io.c                  |   20 +------
 runtime/map.c                 |    4 +-
 runtime/mempool.c             |   37 +------------
 runtime/print.c               |   36 +-----------
 runtime/procfs.c              |    1 -
 runtime/regs.c                |   37 ------------
 runtime/string.c              |    3 +-
 runtime/string.h              |    6 +--
 runtime/sym.c                 |    4 +-
 runtime/transport/ChangeLog   |   13 ++++
 runtime/transport/control.c   |    2 -
 runtime/transport/procfs.c    |   18 ++----
 runtime/transport/symbols.c   |   95 +-------------------------------
 runtime/transport/transport.c |    2 -
 runtime/unwind.c              |  125 +----------------------------------------
 16 files changed, 43 insertions(+), 374 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]