summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
authorkevinrs <kevinrs>2005-10-07 18:57:09 +0000
committerkevinrs <kevinrs>2005-10-07 18:57:09 +0000
commit5c7d9a8b6e910006ca5916e7ab508811bd9d30af (patch)
treea44d6eac1c1612204ad8dabe75d9adec24681e36 /index.html
parentAdded documentation header w link to Will's stap article. (diff)
Moved runtime docs link under Documentation header.
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 33bad117..ab948a34 100644
--- a/index.html
+++ b/index.html
@@ -58,10 +58,7 @@ Browse the CVS repository <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/
58Monitor CVS commits using <a href="/ml/systemtap-cvs/">this mailing list</a>. 58Monitor CVS commits using <a href="/ml/systemtap-cvs/">this mailing list</a>.
59Request CVS write access using <a href="/cgi-bin/pdw/ps_form.cgi">this handy dandy little form</a>. 59Request CVS write access using <a href="/cgi-bin/pdw/ps_form.cgi">this handy dandy little form</a>.
60Monitor tasks/bugs using <a href="http://sources.redhat.com/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=systemtap&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Bugzilla</a>. 60Monitor tasks/bugs using <a href="http://sources.redhat.com/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=systemtap&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Bugzilla</a>.
61<p> 61
62The SystemTap Runtime is a collection of code that the translator will use. It also makes it easier
63to write modules using kprobes. View the latest <a href="runtime/index.html"> documentation on it.</a>
64</p>
65<h1>Related information</h1> 62<h1>Related information</h1>
66 63
67<p>As a courtesy, a snapshot of IBM's 64<p>As a courtesy, a snapshot of IBM's
@@ -79,6 +76,9 @@ Check out William Cohen's <a href="http://www.redhat.com/magazine/011sep05/featu
79Consult the <a href="stap.html">SystemTap man pages</a>. 76Consult the <a href="stap.html">SystemTap man pages</a>.
80</p> 77</p>
81<p> 78<p>
79The SystemTap Runtime is a collection of code that the translator uses. It eases the task
80of aggregating data collected from kprobes. View the latest <a href="runtime/index.html"> documentation on it</a>.</p>
81<p>
82* More documentation coming soon. 82* More documentation coming soon.
83</p> 83</p>
84 84