summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/probefunc.stp
blob: 6ab52dd86ca3e6634e2a5d191198c629a6665fad (plain)
1
2
3
4
5
6
7
8
#! stap -p4
#
# Test the translatability for probefunc()
#
probe begin
{
   log(probefunc())
}