summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/six.stp
blob: a11014fe0bae2e1303879670e918beb017ae4d3d (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.function("context_switch") {
  log ("found an inline function")
}