summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/six.stp
blob: 589a8b44e223abceabc77f0f32ed965206b1798b (plain)
1
2
3
4
5
6
7
8
9
#! stap -p4

# tests probing of an inline function: note that due to comments
# listed in PR 1155 we cannot resolve the parameters of the inline
# at the moment.

probe kernel.inline("context_switch") {
  log ("found an inline function")
}