summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/uaddr.stp
blob: 8acfc4950f7ceca87cd93075e1cc0c8327d9d31c (plain)
1
2
3
4
5
6
7
8
#! stap -p4
#
# Test the translatability for uaddr()
#
probe begin
{
   printf("uaddr: 0x%x\n", uaddr())
}