summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-10-06 19:24:22 +0200
committerMark Wielaard <mjw@redhat.com>2009-10-06 19:24:57 +0200
commit47f025139d1c2e75781cdab40dc9195396133754 (patch)
treed160760fdea8095f82cfd382eb7640deb95918a7 /doc
parent2155081e1d9888cf57334bc57abb3fff9b49d8e1 (diff)
downloadsystemtap-steved-47f025139d1c2e75781cdab40dc9195396133754.tar.gz
systemtap-steved-47f025139d1c2e75781cdab40dc9195396133754.tar.xz
systemtap-steved-47f025139d1c2e75781cdab40dc9195396133754.zip
Add proc_mem tapset, functions to query memory usage of the current process.
* tapset/proc_mem.stp: New tapset. * testsuite/buildok/proc_mem.stp * doc/SystemTap_Tapset_Reference/tapsets.tmpl (memory_stp): Include tapset/proc_mem.stp.
Diffstat (limited to 'doc')
-rw-r--r--doc/SystemTap_Tapset_Reference/tapsets.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl
index 99f72727..705cd3b5 100644
--- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl
+++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl
@@ -138,10 +138,12 @@
<chapter id="memory_stp">
<title>Memory Tapset</title>
<para>
- This family of probe points is used to probe memory-related events.
+ This family of probe points is used to probe memory-related events
+ or query the memory usage of the current process.
It contains the following probe points:
</para>
!Itapset/memory.stp
+!Itapset/proc_mem.stp
</chapter>
<chapter id="iosched.stp">