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-101-g5f4c8c6


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  5f4c8c6ef761b6150d2d7d38fd601bec633f80f4 (commit)
      from  760695dbfa5711e68555c192f5f4341e451d1d0c (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 5f4c8c6ef761b6150d2d7d38fd601bec633f80f4
Author: Josh Stone <jistone@redhat.com>
Date:   Tue Jun 23 18:31:38 2009 -0700

    Remove needless string copying
    
    More fat-trimming optimization for ~7% off listing syscall.*.
    
    * dwflpp.cxx (dwflpp::iterate_over_functions): remove a parameter copy
      (dwflpp::module_name_matches): Use const string& parameters
      (dwflpp::name_has_wildcard): Ditto.
      (dwflpp::module_name_final_match): Ditto.
      (dwflpp::function_name_matches_pattern): Ditto.
      (dwflpp::function_name_matches): Ditto.
      (dwflpp::function_name_final_match): Ditto.

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

Summary of changes:
 dwflpp.cxx |   28 ++++++++++++++--------------
 dwflpp.h   |   12 ++++++------
 2 files changed, 20 insertions(+), 20 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]