]> sourceware.org Git - systemtap.git/blame - testsuite/buildok/hwbkpt.stp
PR11353: enable probe elision optimization
[systemtap.git] / testsuite / buildok / hwbkpt.stp
CommitLineData
82c6c730 1#! stap -u -wp4
91036867 2
5bfa509f
WH
3probe
4%(CONFIG_PERF_EVENTS=="y" && CONFIG_HAVE_HW_BREAKPOINT=="y" %?
5 kernel.data("pid_max").write
6%:
7 never
8%) {}
9probe
10%(CONFIG_PERF_EVENTS=="y" && CONFIG_HAVE_HW_BREAKPOINT=="y" %?
11 kernel.data("pid_max").rw
12%:
13 never
14%) {}
This page took 0.175939 seconds and 5 git commands to generate.