summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/thirtythree.stp
blob: 90070370c9ba94319d82caca589e5e9cc0ae7159 (plain)
1
2
3
4
5
#! stap -p2
# Per bz3016, this should get through the semantic pass without warnings.
probe kernel.function("do_mpage_readpage") {
       printf("\n page->mapping %p",$page->mapping)
}