diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 4 |
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"> |