diff options
author | fche <fche> | 2006-02-08 00:47:51 +0000 |
---|---|---|
committer | fche <fche> | 2006-02-08 00:47:51 +0000 |
commit | 7f9f338638d914f077e67d1c74ef0fecd23d2ae3 (patch) | |
tree | 148285ac0288294ca0504947df6ce546e58b5fc2 /testsuite | |
parent | e0ed924a6755dd23e9b34589def18214ccb29849 (diff) | |
download | systemtap-steved-7f9f338638d914f077e67d1c74ef0fecd23d2ae3.tar.gz systemtap-steved-7f9f338638d914f077e67d1c74ef0fecd23d2ae3.tar.xz systemtap-steved-7f9f338638d914f077e67d1c74ef0fecd23d2ae3.zip |
2006-02-07 Frank Ch. Eigler <fche@elastic.org>
* src/testsuite/buildok/syscalls.stp: Build with "-u" to build-test
all auxiliary functions.
* tapsets.cxx (dwarf_query::add_probe_point): Add some "-vv" output.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/buildok/syscall.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/syscall.stp b/testsuite/buildok/syscall.stp index f4f23c62..a802cc97 100755 --- a/testsuite/buildok/syscall.stp +++ b/testsuite/buildok/syscall.stp @@ -1,4 +1,4 @@ -#! stap -p4 +#! stap -up4 probe syscall.*, syscall.*.return { if (returnp) |