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, pr6866, updated. release-0.9-203-gc9a05b1


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, pr6866 has been updated
       via  c9a05b1c5a3219dcc6b9f4060b98e76a67f5795b (commit)
       via  8813a27cd47e035806cb3d859cfd95d3e0fb76bc (commit)
       via  feec037da31161fdd4fa8cac7159ec7c99cc46a0 (commit)
       via  f735e6054d182b589750db65a906c1851faa9d75 (commit)
      from  3bbd893b113a2b67162b98e7b207d9bd1eeda035 (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 c9a05b1c5a3219dcc6b9f4060b98e76a67f5795b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Mar 20 14:57:00 2009 +0100

    Emit vma callbacks for uprobes.
    
    * tapsets.cxx (uprobe_derived_probe_group::emit_module_decls): Emit vma
     callbacks.
     (uprobe_derived_probe_group::emit_module_init): Activate vma callbacks.
    * testsuite/systemtap.context/usymbols.exp: Track through uprobes,
      so as to make sure we have the symbols.

commit 8813a27cd47e035806cb3d859cfd95d3e0fb76bc
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Mar 20 14:33:38 2009 +0100

    Emit vma callbacks for itrace.
    
    * tapsets.cxx (itrace_derived_probe_group::emit_module_decls): Emit vma
      callbacks.
      (itrace_derived_probe_group::emit_module_init): Activate vma callbacks.

commit feec037da31161fdd4fa8cac7159ec7c99cc46a0
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Mar 20 14:17:44 2009 +0100

    Explicitly emit utrace vma callbacks.
    
    * tapsets.cxx (utrace_derived_probe_group::emit_vm_callback_probe_decl):
      Removed.
      (emit_vma_callback_probe_decl): New static helper function.
      (utrace_derived_probe_group::emit_module_decls): Emit vma callbacks.
      (utrace_derived_probe_group::emit_module_init): Activate vma callbacks.

commit f735e6054d182b589750db65a906c1851faa9d75
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Mar 20 13:30:58 2009 +0100

    Move _stp_tf_vm_cb to sym.c.
    
    * tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
      Remove output task finder vma callback _stp_tf_vm_cb.
    * runtime/sym.c (_stp_tf_vm_cb): And add it here.

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

Summary of changes:
 runtime/sym.c                            |   34 ++++++
 tapsets.cxx                              |  175 +++++++++++++++---------------
 testsuite/systemtap.context/usymbols.exp |    3 +-
 3 files changed, 124 insertions(+), 88 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]