1 2 3 4 5 6 7 8
#! stap -p4 # # Test the translatability for uaddr() # probe begin { printf("uaddr: 0x%x\n", uaddr()) }