summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/ustack.stp
blob: 23af0bffddcf59d96812d2a66ddafc2f2d2d20db (plain)
1
2
3
4
5
6
7
8
9
10
#! stap -p4
#
# Test the translatability for ubacktrace(), print_ustack()
# and print_ubacktrace()
#
probe begin
{
   print_ustack(ubacktrace());
   print_ubacktrace();
}