#! /usr/bin/env stap %( CONFIG_HAVE_HW_BREAKPOINT == "y" %? probe kernel.data($1).rw { } %: probe never {} %)