blob: d38a5d3538a41a0c878100cc2ab8eae22a112783 (
plain) (
blame)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="generator" content="Bluefish 1.0.4"> <title>SystemTap</title> <link rel="stylesheet" href="systemtap.css" type="text/css"> <meta http-equiv="Content-Type" content= "text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> </head> <body> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> <td valign="bottom" height="80"><img src="systemtaplogo.png" alt="SystemTap logo" width="165" height="25"></td> <td valign="bottom" class="topnavright" align="right"> <a href="index.html">Overview</a> | <a href="getinvolved.html">Get Involved</a> | <a href="http://sourceware.org/systemtap/wiki">Wiki</a> | <a href="documentation.html">Documentation</a> | Links</td> </tr> </table> <div class="mainbackground"> <div class="maintextregion"> <img src="systemtapcorner.gif"> <table cellspacing="2" cellpadding="4" border="0" width="99%" style="margin-top:17;"> <tr> <td width="200"> </td> <td valign="bottom"><h1>Links</h1></td> </tr> <tr> <td> </td> <td valign="top"> <h2>Builds & Tests</h2> <ul> <li><a href="https://builder.sourceware.org/buildbot/#/builders?tags=systemtap">sourceware buildbot</a> automated builds</li> <li><a href="https://builder.sourceware.org/testruns/?commitishes=&has_expfile_glob=&has_trsfile_glob=&has_keyvalue_k=testrun.git_describe&has_keyvalue_op=glob&has_keyvalue_v=*%2Fs*tap-*&has_keyvalue2_k=omnitest.results&has_keyvalue2_op=glob&has_keyvalue2_v=*&order_by=testrun.authored.time&order=desc">test results</a> in <a href="/bunsen">bunsen</a> </li> <li><a href="https://koji.fedoraproject.org/koji/packageinfo?packageID=615">builds in fedora koji</a> </ul> <h2>Related Projects</h2> <ul> <li>LTTng & LTTV homepage: <a href="http://ltt.polymtl.ca/">http://ltt.polymtl.ca/</a></li> <li>Oprofile <a href="http://oprofile.sourceforge.net/news/">http://oprofile.sourceforge.net/news/</a></li> <li>Frysk <a href="http://sourceware.org/frysk/">http://sourceware.org/frysk/</a></li> </ul> <h2>Dprobes and Kprobes Archives</h2> <p>A snapshot of IBM's <a href="kprobes/index.html">dprobes and kprobes</a> project pages are also hosted here. SystemTap uses kprobes as a lower layer. </p> <p> </p> </td> </tr> </table> </div> </div> <table cellspacing="2" cellpadding="2" border="0" width="100%"> <tr> <td align="center" class="footer"><a href= "http://sourceware.org/systemtap">SystemTap</a></td> </tr> </table> </body> </html>
|