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

# PR 3522.

probe module("ext3").function("ext3_check_dir_entry")? {
  print ($ext3_filetype_table[1])  # static global in CU
}
probe timer.s(4) { exit () }