public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: wenji@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.1-49-g0d1ad60
Date: Wed, 03 Feb 2010 02:38:00 -0000	[thread overview]
Message-ID: <20100203023807.5579.qmail@sourceware.org> (raw)

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  0d1ad607311857dc0b4666ce8a84c1a59c615ab9 (commit)
      from  fff4e6c6e4bb5bd1046164d697872f0bc1a48f4c (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 0d1ad607311857dc0b4666ce8a84c1a59c615ab9
Author: Wenji Huang <wenji.huang@oracle.com>
Date:   Wed Feb 3 10:21:24 2010 +0800

    PR9931: generate log to help diagnosing occasional cache hash collisions
    
    Ideas from Frank Ch. Eigler:
    - extending the hash.add() function to pass names along with the
      hash-mix values, so that class hash can internally track the
      hash-report string
    - storing the reports themselves in the cache, beside the .ko / .c
      files, and changing the cache-size-limit logic to delete
      these .txt files upon garbage collection
    
    * hash.h : New member parm_stream.
    * hash.cxx (get_parms): New function to convert parms stream to string.
      (hash::add): Aggregrate parms stream.
      (create_hash_log): New function to log hash operation.
      (find_*_hash): Log hash at the end of function.
    * cache.cxx (clean_cache): Remove log when cache reaches limitation.

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

Summary of changes:
 cache.cxx |   20 ++++++++++++++++++++
 hash.cxx  |   33 +++++++++++++++++++++++++++++++++
 hash.h    |    5 +++++
 3 files changed, 58 insertions(+), 0 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


                 reply	other threads:[~2010-02-03  2:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100203023807.5579.qmail@sourceware.org \
    --to=wenji@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).