]> sourceware.org Git - systemtap.git/blame - testsuite/systemtap.examples/memory/hw_watch_sym.stp
Make the messages clearer for hw_watch_sym.stp and hw_watch_addr.stp.
[systemtap.git] / testsuite / systemtap.examples / memory / hw_watch_sym.stp
CommitLineData
feb9187b
WC
1#! /usr/bin/env stap
2probe kernel.data(@1).rw
3{
73017154 4 printf("%s value is accessed\n", @1);
feb9187b
WC
5 print_backtrace();
6}
This page took 0.023638 seconds and 5 git commands to generate.