summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index d0fd5926..6c56c634 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -599,10 +599,10 @@ keywords: profiling functions
profiling/thread-times.stp - Profile kernel functions
keywords: profiling
- The thread-times.stp script sets up time-based sampling. Every five
- seconds it prints out a sorted list with the top twenty processes
- with samples broken down into percentage total time spent in
- user-space and kernel-space.
+ The thread-times.stp script sets up time-based sampling. Every five
+ seconds it prints out a sorted list with the top twenty threads
+ occupying the CPUs, broken down as a percentage of user and kernel
+ time.
profiling/timeout.stp - Show Processes Doing Polling Operations