summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPrerna Saxena <prerna@linux.vnet.ibm.com>2009-11-22 23:40:39 +0530
committerPrerna Saxena <prerna@linux.vnet.ibm.com>2009-11-22 23:40:39 +0530
commit4eea0069b8b677657dcfea3effa2f342d0e5d27f (patch)
treed10fffd431dfabdc496462786d9f0ead02966335 /doc
parente9b2a22da6a5a4cc49b410681bd5cf228f1e8fc3 (diff)
downloadsystemtap-steved-4eea0069b8b677657dcfea3effa2f342d0e5d27f.tar.gz
systemtap-steved-4eea0069b8b677657dcfea3effa2f342d0e5d27f.tar.xz
systemtap-steved-4eea0069b8b677657dcfea3effa2f342d0e5d27f.zip
Added tracepoint-based probes to block IO and IO scheduler tapsets.
Added testcases for these probes. Also, modified comments in ioblock.stp so that tapset docmentation can be automatically generated for this tapset.
Diffstat (limited to 'doc')
-rw-r--r--doc/SystemTap_Tapset_Reference/tapsets.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl
index addcf88d..bb855d29 100644
--- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl
+++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl
@@ -167,12 +167,13 @@
</chapter>
<chapter id="iosched.stp">
- <title>IO Scheduler Tapset</title>
+ <title>IO Scheduler and block IO Tapset</title>
<para>
- This family of probe points is used to probe IO scheduler activities.
+ This family of probe points is used to probe block IO layer and IO scheduler activities.
It contains the following probe points:
</para>
!Itapset/ioscheduler.stp
+!Itapset/ioblock.stp
</chapter>
<chapter id="scsi.stp">