summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtyfive.stp
blob: e54898af9edc3a1834f827418301b47d6d28ff4b (plain)
1
2
3
4
#! stap -p2

probe foo.a = kernel.function("no_such_function")? { "alias a" }
probe foo.* { }