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-1.0-74-g561079c


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  561079c8601d7ded6fe958b4cec3d0f7aec1ee63 (commit)
      from  e4cf148d68fe01b680856ad39739faf99bfc29b4 (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 561079c8601d7ded6fe958b4cec3d0f7aec1ee63
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Oct 8 09:57:43 2009 -0400

    PR10702: preprocessor conditional for kernel CONFIG_foo
    
    * session.h (kernel_config[]): New session field.
    * main.cxx (parse_kernel_config): Populate it.
    * parse.cxx (eval_comparison): Use it.
    * testsuite/buildok/utrace.stp, testsuite/parseok/kconfig.stp: New tests.
    * NEWS, stap.1.in, doc/langref.tex: Mention it.

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

Summary of changes:
 NEWS                          |    3 +++
 doc/langref.tex               |   11 +++++++++++
 main.cxx                      |   32 +++++++++++++++++++++++++++++---
 parse.cxx                     |   23 ++++++++++++++++++++---
 session.h                     |    1 +
 stap.1.in                     |   11 ++++++++++-
 testsuite/buildok/utrace.stp  |    3 +++
 testsuite/parseok/kconfig.stp |    3 +++
 8 files changed, 80 insertions(+), 7 deletions(-)
 create mode 100755 testsuite/buildok/utrace.stp
 create mode 100755 testsuite/parseok/kconfig.stp


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]