public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-222-ge66aaec
@ 2009-09-02 16:05 fche
  0 siblings, 0 replies; only message in thread
From: fche @ 2009-09-02 16:05 UTC (permalink / raw)
  To: systemtap-cvs

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  e66aaecc057ef417d0dd1d0b94454f6704147e7f (commit)
      from  cce3b4efd1f1401246f1e1301040414db00891fa (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 e66aaecc057ef417d0dd1d0b94454f6704147e7f
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Sep 2 12:01:27 2009 -0400

    PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtime
    
    _stp_vscnprintf is only suitable for calls from the script, with slightly
    different conventions (64-bit ints/pointers, extra formatting directives).
    
    * runtime/runtime.h (_stp_{dbug,warn,error}): Add __attribute__ format(printf).
    * runtime/io.c (_stp_vlog): Ditto.  Use vscnprintf().
    * runtime/sym.c (_stp_module_check): Remove hexdumping (%.*M) of mismatching
      buildids.  Switch to _stp_warn from printk (KERN_WARNING).
    * translate.cxx, runtime/unwind.c: Numerous print formatting tweaks.

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

Summary of changes:
 runtime/io.c      |    5 ++++-
 runtime/runtime.h |    6 +++---
 runtime/sym.c     |   14 ++++++--------
 runtime/unwind.c  |   18 ++++++++++--------
 translate.cxx     |    2 +-
 5 files changed, 24 insertions(+), 21 deletions(-)


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-02 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-02 16:05 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-222-ge66aaec fche

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).