summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-12-30 19:33:06 +0100
committerMark Wielaard <mjw@redhat.com>2009-12-30 19:33:06 +0100
commit42c5566805775fed6ac2f99d840bcbe531b112e8 (patch)
treed38e158c347b9ab16d9762c24650f5393acf9b07 /testsuite/systemtap.examples/keyword-index.txt
parent11c015d84facc299ebcb12771ccda1975333a6bc (diff)
downloadsystemtap-steved-42c5566805775fed6ac2f99d840bcbe531b112e8.tar.gz
systemtap-steved-42c5566805775fed6ac2f99d840bcbe531b112e8.tar.xz
systemtap-steved-42c5566805775fed6ac2f99d840bcbe531b112e8.zip
Regenerate examples index to include new memory/vm.tracepoints.stp.
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.txt')
-rw-r--r--testsuite/systemtap.examples/keyword-index.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt
index d224d4ef..99441976 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -1,6 +1,18 @@
SYSTEMTAP EXAMPLES INDEX BY KEYWORD
(see also index.txt)
+= ALLOCATOR =
+
+memory/vm.tracepoints.stp - Collect slab allocation statistics
+keywords: memory slab allocator
+
+ The script will probe all memory slab/slub allocations and collects
+ information about the size of the object (bytes requested) and
+ user-space process in execution. When run over a period of time, it
+ helps to correlate kernel-space memory consumption owing to
+ user-space processes.
+
+
= AUTOFS =
network/autofs4.stp - Watch autofs4 operations
@@ -436,6 +448,16 @@ keywords: memory
determine where the page faults are occurring.
+memory/vm.tracepoints.stp - Collect slab allocation statistics
+keywords: memory slab allocator
+
+ The script will probe all memory slab/slub allocations and collects
+ information about the size of the object (bytes requested) and
+ user-space process in execution. When run over a period of time, it
+ helps to correlate kernel-space memory consumption owing to
+ user-space processes.
+
+
network/sk_stream_wait_memory.stp - Track Start and Stop of Processes Due to Network Buffer Space
keywords: network tcp buffer memory
@@ -833,6 +855,18 @@ keywords: simple
prints out "hello world" message and then immediately exits.
+= SLAB =
+
+memory/vm.tracepoints.stp - Collect slab allocation statistics
+keywords: memory slab allocator
+
+ The script will probe all memory slab/slub allocations and collects
+ information about the size of the object (bytes requested) and
+ user-space process in execution. When run over a period of time, it
+ helps to correlate kernel-space memory consumption owing to
+ user-space processes.
+
+
= SLEEP =
process/sleeptime.stp - Trace Time Spent in nanosleep Syscalls