diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2010-03-18 17:54:29 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-03-18 17:56:32 -0400 |
commit | bb9fd173b2bc8aa73478dc04f732e2ce482f77b3 (patch) | |
tree | 0e506774a912e66d9bc146d9701561022018cb0c /stapprobes.3stap.in | |
parent | fc2a22c05edf578c05acb91d2f9d0d159c717061 (diff) | |
download | systemtap-steved-bb9fd173b2bc8aa73478dc04f732e2ce482f77b3.tar.gz systemtap-steved-bb9fd173b2bc8aa73478dc04f732e2ce482f77b3.tar.xz systemtap-steved-bb9fd173b2bc8aa73478dc04f732e2ce482f77b3.zip |
PR909: add perf.hw_cache.* aliases
* tapset/perf.stp: Add 'em.
* man/tapset::perf.3stap: Document 'em a little.
* stapprobes.3stap.in: Fix .sample (not .samples) probe point typo.
Diffstat (limited to 'stapprobes.3stap.in')
-rw-r--r-- | stapprobes.3stap.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stapprobes.3stap.in b/stapprobes.3stap.in index 394aa218..cb8c6060 100644 --- a/stapprobes.3stap.in +++ b/stapprobes.3stap.in @@ -800,7 +800,7 @@ structure, and are sampled at an interval governed by the These fields are made available to systemtap scripts using the following syntax: .SAMPLE -probe perf.type(NN).config(MM).samples(XX) +probe perf.type(NN).config(MM).sample(XX) probe perf.type(NN).config(MM) .ESAMPLE The range of valid type/config is described by the |