summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/memory.stp
blob: c184e487518005de29305a03208966fb964f850c (plain)
1
2
3
4
5
#! stap -p4
probe pagefault
{
	printf("ppname: %s, %d, %p\n", probefunc(), write_access, address)
}