summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtysix.stp
blob: 77ffc8229e1fce4016d108a30d357ba513d4ce94 (plain)
1
2
3
4
5
6
7
#! stap -p2

probe kernel.function("kmem_cache_alloc") {
  print ($cachep->no_such_field)
  print ($cachep->array->should_have_indexed_it)
  print ($cachep->next)
}