summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.txt
diff options
context:
space:
mode:
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