]> sourceware.org Git - systemtap.git/commit
PR10485: auto-path tapset support
authorFelix Lu <flu@redhat.com>
Thu, 28 Jul 2016 14:39:58 +0000 (10:39 -0400)
committerFelix Lu <flu@redhat.com>
Wed, 3 Aug 2016 18:11:04 +0000 (14:11 -0400)
commite8b46a9e465728b9fdf4ab414e71bb60c12e1ed9
treee71e31d61d3963bc0347e35298a73d9373425579
parent42cc9cc51832c87ecfa7c9c40fd6a3f9c6e3e985
PR10485: auto-path tapset support

This prefixes the process probes placed in the tapset/PATH/ directory
with the location of the tapset.

* main.cxx: New collect_{stp,stpm} functions for passing to nftw(). Parse all
  .stp files placed in include_path[0]/PATH/. nftw() is now used instead of
  globbing for tapset searching to allow recursive traversal.
* parse.h: New pf_auto_path flag.
* parse.cxx: Prefix process argument with location of tapset.
NEWS
main.cxx
man/stapprobes.3stap
parse.cxx
parse.h
This page took 0.029472 seconds and 5 git commands to generate.