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/semok/thirtyone.stp | |
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/semok/thirtyone.stp')
-rwxr-xr-x | testsuite/semok/thirtyone.stp | 5 |
1 files changed, 5 insertions, 0 deletions
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") {} |