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

probe kernel.function("schedule") {
  log ($no_such_variable_anywhere)
}