]> sourceware.org Git - systemtap.git/commit
Differentiate between python line number probes and function call probes.
authorDavid Smith <dsmith@redhat.com>
Fri, 21 Oct 2016 17:51:01 +0000 (12:51 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 21 Oct 2016 17:51:01 +0000 (12:51 -0500)
commit354bff84426d2881e3a260ad415e036bba6f55be
tree5683b0fde4d786d7281b27832ea27aba6c329b62
parent6c4f40cd3b434b846887b7e1ddc098892a8ce5a0
Differentiate between python line number probes and function call probes.

* python/stap-resolve-module-function.py (resolve_patterns): Differentiate
  between line number probes and function call probes.
* tapset-python.cxx (python_builder::resolve): Handle the 'call' flag
  coming back from stap-resolve-module-function.py.
  (python_builder::build): If needed, synthesize a new 'call' component.
python/stap-resolve-module-function.py
tapset-python.cxx
This page took 0.029685 seconds and 5 git commands to generate.