summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/context_test.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/context_test.stp')
-rwxr-xr-xtestsuite/buildok/context_test.stp10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/buildok/context_test.stp b/testsuite/buildok/context_test.stp
index e58c8997..149159fb 100755
--- a/testsuite/buildok/context_test.stp
+++ b/testsuite/buildok/context_test.stp
@@ -20,4 +20,14 @@ probe begin {
printf("pp is %s\n", pp())
printf("pgrp is %d\n", pgrp())
printf("sid is %d\n", sid())
+ print_ustack(ubacktrace());
+ print_ubacktrace();
+ log(usymdata(0))
+ log(usymname(0))
+ log(symdata(0))
+ log(symname(0))
+ printf("uaddr: 0x%x\n", uaddr())
+ log(modname(0))
+ log(probefunc())
+ log(probemod())
}