diff options
| author | fche <fche> | 2005-06-14 14:51:26 +0000 |
|---|---|---|
| committer | fche <fche> | 2005-06-14 14:51:26 +0000 |
| commit | 9a5e950f0d36b77cfc8c4f14dbb2c7a3176a2ef5 (patch) | |
| tree | c9a7aeae893076c41214cea58cdb7ad56bed96bf /kprobes-status.html | |
| parent | none (diff) | |
matrix+
Diffstat (limited to 'kprobes-status.html')
| -rw-r--r-- | kprobes-status.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/kprobes-status.html b/kprobes-status.html new file mode 100644 index 00000000..82d0f599 --- /dev/null +++ b/kprobes-status.html | |||
| @@ -0,0 +1,93 @@ | |||
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>SystemTap Page</title> | ||
| 5 | <style type="text/css"> | ||
| 6 | body { font-family : Helvetica, Arial, sans-serif ; margin : 0em; } | ||
| 7 | a { color : #000000; } | ||
| 8 | a:hover { text-decoration : underline; background : #eeeeee;} | ||
| 9 | h1 { font-size: 18px; } | ||
| 10 | pre { margin-left: 20px; } | ||
| 11 | div#footer {position: absolute; width: 100%; top: 0; left: 0; top: auto; bottom: 0; font-size: 10pt; | ||
| 12 | background: #eee; color: #111; text-align: center; line-height:150%;} | ||
| 13 | td#angry {text-align: center; background: #e00;} | ||
| 14 | td#sad {text-align: center; background: #48e;} | ||
| 15 | td#happy {text-align: center; background: #0e0;} | ||
| 16 | </style> | ||
| 17 | </head> | ||
| 18 | |||
| 19 | <body> | ||
| 20 | <div style="background-color:#cc0000; color: #f5f5f5; width: 100%; font-size: 25px; padding: 10px 0px 10px 0px; font-weight: bold; ">kprobes status | ||
| 21 | </div> | ||
| 22 | |||
| 23 | <div style="margin: 10px;"> | ||
| 24 | |||
| 25 | <table border="1"> | ||
| 26 | <tr><th>feature</th> | ||
| 27 | <th>x86</th> | ||
| 28 | <th>x86-64</th> | ||
| 29 | <th>ia64</th> | ||
| 30 | <th>ppc</th> | ||
| 31 | <th>ppc64</th> | ||
| 32 | <!-- If adding new architectures, check/update colspan= attributes below --> | ||
| 33 | </tr> | ||
| 34 | |||
| 35 | <!-- | ||
| 36 | In each cell, put something like | ||
| 37 | "in 2.6.12rc44mm3721ac824" | ||
| 38 | a link to a bugzilla show_bug.cgi page | ||
| 39 | a link into a mailing list archive | ||
| 40 | For architecture-independent features, use <td colspan="5">....</td> | ||
| 41 | For done items, use <td id="happy"> ... </td> | ||
| 42 | For missing items, use <td id="sad"> ... </td> | ||
| 43 | For sorely missing items <td id="angry"> ... </td> | ||
| 44 | --> | ||
| 45 | <tr><td>kprobes</td> | ||
| 46 | <td id="happy">in 2.6.????</td> | ||
| 47 | <td></td> | ||
| 48 | <td></td> | ||
| 49 | <td></td> | ||
| 50 | <td></td> | ||
| 51 | </tr> | ||
| 52 | |||
| 53 | <tr><td>jprobes</td> | ||
| 54 | <td colspan="5" id="happy">in 2.6.????</td> | ||
| 55 | </tr> | ||
| 56 | |||
| 57 | <tr><td>return probes</td> | ||
| 58 | <td id="happy"><a href="/bugzilla/show_bug.cgi?id=891">bz 891</a></td> | ||
| 59 | <td id="happy"><a href="/bugzilla/show_bug.cgi?id=928">bz 928</a></td> | ||
| 60 | <td id="angry">???</td> | ||
| 61 | <td id="angry">???</td> | ||
| 62 | <td id="angry">???</td> | ||
| 63 | </tr> | ||
| 64 | |||
| 65 | <tr><td>reentrancy</td> | ||
| 66 | <td colspan="5" id="sad"><a href="/bugzilla/show_bug.cgi?id=929">bz 929</a></td> | ||
| 67 | </tr> | ||
| 68 | |||
| 69 | <tr><td>colocated (multiple)</td> | ||
| 70 | <td colspan="5" id="happy"><a href="/bugzilla/show_bug.cgi?id=892">bz 892</a></td> | ||
| 71 | </tr> | ||
| 72 | |||
| 73 | <tr><td>scalability (unlocked)</td> | ||
| 74 | <td colspan="5" id="sad"><a href="/bugzilla/show_bug.cgi?id=893">bz 893</a></td> | ||
| 75 | </tr> | ||
| 76 | |||
| 77 | <tr><td>user level</td> | ||
| 78 | <td colspan="5" id="sad">deferred</td> | ||
| 79 | </tr> | ||
| 80 | |||
| 81 | <tr><td>separate stacks</td> | ||
| 82 | <td colspan="5" id="sad">???</td> | ||
| 83 | </tr> | ||
| 84 | |||
| 85 | </table> | ||
| 86 | |||
| 87 | |||
| 88 | <br clear="all"> | ||
| 89 | <div id="footer"><a href="http://sources.redhat.com/systemtap/">systemtap</a> | ||
| 90 | </div> | ||
| 91 | |||
| 92 | </body> | ||
| 93 | </html> | ||
