From 42c5566805775fed6ac2f99d840bcbe531b112e8 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 30 Dec 2009 19:33:06 +0100 Subject: Regenerate examples index to include new memory/vm.tracepoints.stp. --- testsuite/systemtap.examples/keyword-index.txt | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'testsuite/systemtap.examples/keyword-index.txt') 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 -- cgit