summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
authorfche <fche>2006-01-31 18:31:58 +0000
committerfche <fche>2006-01-31 18:31:58 +0000
commitcbd5d3603526712430921d2cf57108b7aa563d54 (patch)
tree73f645150abad64e25bf78a571ba2bff06a0b670 /index.html
parent* reworded slightly (diff)
more rewording
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9656f0b7..7830db4d 100644
--- a/index.html
+++ b/index.html
@@ -39,11 +39,10 @@
39 <p>SystemTap provides infrastructure to simplify the 39 <p>SystemTap provides infrastructure to simplify the
40 gathering of information about the running Linux kernel. 40 gathering of information about the running Linux kernel.
41 This assists diagnosis of a performance or functional 41 This assists diagnosis of a performance or functional
42 problem. SystemTap is designed to eliminate the need for 42 problem. SystemTap eliminates the need for
43 the developer to go through the tedious and disruptive 43 the developer to go through the tedious and disruptive
44 instrument, recompile, install, and reboot sequence 44 instrument, recompile, install, and reboot sequence
45 required to collect data on the operation of the 45 that may be otherwise required to collect data.</p>
46 kernel.</p>
47 46
48 <p>The recent addition of kprobes to the Linux kernel 47 <p>The recent addition of kprobes to the Linux kernel
49 provides the needed support but is not easy to use. 48 provides the needed support but is not easy to use.