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) }