summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/twenty.stp
blob: 6d7f518335cd97bbba5cc328ba38e9a56dc29be5 (plain)
1
2
3
4
5
6
7
8
#! stap -p2

probe kernel.function("*") {}
probe module("*").function("*") {}
probe kernel.function("*").return {}
probe module("*").function("*").return {}
probe kernel.inline("*") {}
probe module("*").inline("*") {}