Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 2b12d0199a2bbc4a02ef3834d926ac4a > files > 133

systemtap-client-1.8-6.el5.x86_64.rpm

#!/usr/bin/stap
probe kernel.data($1).rw
{
  printf("%p value is accessed\n", $1);
  print_backtrace();
}