summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentyfive.stp
blob: 1bd39b0295705aecfe674c2cf21f581f0244f76c (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 () }