]> sourceware.org Git - systemtap.git/commit
PR13057 related, remove process.**.return.maxactive(N) probe type
authorFrank Ch. Eigler <fche@redhat.com>
Thu, 25 Aug 2011 21:21:22 +0000 (17:21 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 25 Aug 2011 21:21:22 +0000 (17:21 -0400)
commit1e0353955e368684634ccd6430e5dd4b1b0f8686
tree987e97568f932fd6ddcd5889a7c81ed72101723c
parentcdb9392d58054d42062ae6b4a0941b9e1a472753
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.
tapsets.cxx
This page took 0.026679 seconds and 5 git commands to generate.