diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2010-03-18 18:17:16 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-03-18 18:17:16 -0400 |
commit | 8fb91f5fe6cdcab379144f4ebddae6f72816f2c3 (patch) | |
tree | 1f212ec15fe8abca8c7d61a039aaff70f52aa954 | |
parent | bb9fd173b2bc8aa73478dc04f732e2ce482f77b3 (diff) | |
download | systemtap-steved-8fb91f5fe6cdcab379144f4ebddae6f72816f2c3.tar.gz systemtap-steved-8fb91f5fe6cdcab379144f4ebddae6f72816f2c3.tar.xz systemtap-steved-8fb91f5fe6cdcab379144f4ebddae6f72816f2c3.zip |
tweak perf.* probe blurbage re. constrained hw pcl
-rw-r--r-- | stapprobes.3stap.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stapprobes.3stap.in b/stapprobes.3stap.in index cb8c6060..52de6886 100644 --- a/stapprobes.3stap.in +++ b/stapprobes.3stap.in @@ -807,8 +807,8 @@ The range of valid type/config is described by the .IR perf_event_open (2) system call, and/or the .IR linux/perf_event.h -file. Invalid combinations or unavailable resources result -in errors during systemtap script startup. Systemtap does +file. Invalid combinations or exhausted hardware counter resources +result in errors during systemtap script startup. Systemtap does not sanity-check the values: it merely passes them through to the kernel for error- and safety-checking. |