]> sourceware.org Git - systemtap.git/commit - tapsets.cxx
Replace kretprobe->entry_ph with a full stap_probe
authorJosh Stone <jistone@redhat.com>
Fri, 1 Oct 2010 23:41:19 +0000 (16:41 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 1 Oct 2010 23:44:04 +0000 (16:44 -0700)
commitc87ae2c195e2c0e8d22cdc2c3f767834d605ed90
treee26c6205b44df6b8007259c4b5c7066106f9dfd2
parent26e6367359476da839ab1ed7abcc4b52925da649
Replace kretprobe->entry_ph with a full stap_probe

This ensures that pp, pn, and STP_TIMING can be kept distinct for entry
handlers vs. their normal kretprobe handlers.

* tapsets.cxx (dwarf_derived_probe_group::emit_module_decls): Replace
  entry_ph with entry_probe, pointing to the global stap_probes[], and
  update all references.
tapsets.cxx
This page took 0.02181 seconds and 5 git commands to generate.