From bb9fd173b2bc8aa73478dc04f732e2ce482f77b3 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 18 Mar 2010 17:54:29 -0400 Subject: 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. --- stapprobes.3stap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stapprobes.3stap.in') 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 -- cgit