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.6-143-g1e03539


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  1e0353955e368684634ccd6430e5dd4b1b0f8686 (commit)
      from  cdb9392d58054d42062ae6b4a0941b9e1a472753 (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 1e0353955e368684634ccd6430e5dd4b1b0f8686
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Thu Aug 25 17:21:22 2011 -0400

    PR13057 related, remove process.**.return.maxactive(N) probe type
    
    The .maxactive stuff is strictly for kretprobes, so should not be
    present in process (uprobes) probes.  Use the existing
    bind_unprivileged_p flag as a proxy for whether we're dealing with
    kernel vs. process probe point hierarchy.
    
    * tapsets.cxx (dwarf_derived_probe::register_*_variants): Make
      bind_unprivileged_p an explicit (non-defaulted) argument.
      Update callers.
      (register_function_variants): Skip TOK_MAXACTIVE variant for process
      probes.

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

Summary of changes:
 tapsets.cxx |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 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]