public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-22-ge6b9397
@ 2008-07-23 23:40 fche
  0 siblings, 0 replies; only message in thread
From: fche @ 2008-07-23 23:40 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  e6b9397b3e13a7c497368777006020f64560fa98 (commit)
       via  552fdd9f5a7eb3394888356301929c078173a22b (commit)
      from  c1b970dec5bdc9a421e9e33dbfefce19edf52962 (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 e6b9397b3e13a7c497368777006020f64560fa98
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Jul 23 19:40:05 2008 -0400

    changelog for entry-pc semantic error fix

commit 552fdd9f5a7eb3394888356301929c078173a22b
Author: James Bottomley <James dot Bottomley at HansenPartnership dot com>
Date:   Wed Jul 9 16:58:31 2008 -0500

    fix semantic error: no entrypc found using probe .statement(*@file:line) constructs
    
    At the moment, you can't specify
    
    probe module("scsi_mod").statement(*@drivers/scsi/scsi_lib.c:1443)
    
    because the compiler will fail with the above semantic error on the
    function scsi_end_bidi_request.  It seems looking through the dwarf that
    this function is fully inlined and thus has no entrypc to catalogue.
    The solution therefore seems to simply return DWARF_CB_OK when we find
    such functions and continue cataloguing all the ones that do actually
    have non-inline versions.
    
    Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

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

Summary of changes:
 ChangeLog   |    6 ++++++
 tapsets.cxx |    4 ++--
 2 files changed, 8 insertions(+), 2 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:[~2008-07-23 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-23 23:40 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-22-ge6b9397 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).