diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-11 13:18:12 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-11 13:18:12 -0400 |
commit | 2ed8949fe42a23489b130716aea9fe8ce1e94b78 (patch) | |
tree | 8a1fc4df2fe77730048f87341df245de42180412 /testsuite | |
parent | 32dad3b4df2a4b82898443cf45e5e894350308e2 (diff) | |
download | systemtap-steved-2ed8949fe42a23489b130716aea9fe8ce1e94b78.tar.gz systemtap-steved-2ed8949fe42a23489b130716aea9fe8ce1e94b78.tar.xz systemtap-steved-2ed8949fe42a23489b130716aea9fe8ce1e94b78.zip |
PR5049: prefix with "*" any filenames given in "fn@filename:line" probes
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 5 | ||||
-rwxr-xr-x | testsuite/semok/thirtyone.stp | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index d74b4c73..83bc8b1d 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Frank Ch. Eigler <fche@elastic.org> + + PR5049 + * semok/thirtyone.stp: New test. + 2008-08-08 Dave Brolley <brolley@redhat.com> * lib/systemtap.exp (setup_systemtap_environment): If use_server_p, diff --git a/testsuite/semok/thirtyone.stp b/testsuite/semok/thirtyone.stp new file mode 100755 index 00000000..5036e45c --- /dev/null +++ b/testsuite/semok/thirtyone.stp @@ -0,0 +1,5 @@ +#! stap -p2 + +# PR5049 + +probe kernel.function("*@module.c") {} |