summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/tapset/function.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR10568: Ensure that aliases pull in their tapsetJosh Stone2009-08-271-0/+6
When a probe alias is resolved in a tapset, the contents of that tapset should be included in the compiled script, just as we do for global variables and functions. * elaborate.cxx (alias_expansion_builder::build): When an alias is instantiated, add its stapfile to the session files. * testsuite/systemtap.base/tapset_includes.exp: New test. * testsuite/systemtap.base/tapset/*.stp: Testing tapsets for above.