diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-12-20 16:51:47 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-12-20 16:51:47 -0500 |
commit | d57f3d2a8602da74c745529575e76594c2d760b3 (patch) | |
tree | 56898fe27ab211d71c86cac499180bc42c052948 | |
parent | d38b64a1e5b10514b9360b4a59545ad6033ac100 (diff) | |
download | systemtap-steved-d57f3d2a8602da74c745529575e76594c2d760b3.tar.gz systemtap-steved-d57f3d2a8602da74c745529575e76594c2d760b3.tar.xz systemtap-steved-d57f3d2a8602da74c745529575e76594c2d760b3.zip |
documentation: remove docs for nonexistentn perfctr probes
-rw-r--r-- | stapprobes.3stap.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/stapprobes.3stap.in b/stapprobes.3stap.in index 2cb206c5..8b39545e 100644 --- a/stapprobes.3stap.in +++ b/stapprobes.3stap.in @@ -660,37 +660,6 @@ and a string of name=value pairs for all parameters of the tracepoint is available in .BR $$vars " or " $$parms . -.SS PERFORMANCE MONITORING HARDWARE - -The perfmon family of probe points is used to access the performance -monitoring hardware available in modern processors. This family of -probes points needs the perfmon2 support in the kernel to access the -performance monitoring hardware. -.PP -Performance monitor hardware points begin with a -.BR perfmon ". " -The next part of the names the event being counted -.BR counter("event") . -The event names are processor implementation specific with the -exception of the generic -.BR cycles " and " instructions -events, which are available on all processors. This sets up a counter -on the processor to count the number of events occurring on the -processor. For more details on the performance monitoring events -available on a specific processor use the command perfmon2 command: - -.SAMPLE -pfmon \-l -.ESAMPLE -.TP -$counter -is a handle used in the body of the probe for operations -involving the counter associated with the probe. -.TP -read_counter -is a function that is passed the handle for the perfmon probe and returns -the current count for the event. - .SH EXAMPLES .PP Here are some example probe points, defining the associated events. |