Sindbad~EG File Manager

Current Path : /proc/2470164/root/usr/share/systemtap/examples/memory/
Upload File :
Current File : //proc/2470164/root/usr/share/systemtap/examples/memory/hw_watch_sym.stp

#!/usr/bin/stap

%( CONFIG_HAVE_HW_BREAKPOINT == "y" %?
probe kernel.data(@1).rw
{
  printf("%s value is accessed\n", @1);
  print_backtrace();
}
%:
probe never {}
%)

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists