summaryrefslogtreecommitdiffstats
path: root/kprobes-status.html
diff options
authorfche <fche>2005-06-14 14:51:26 +0000
committerfche <fche>2005-06-14 14:51:26 +0000
commit9a5e950f0d36b77cfc8c4f14dbb2c7a3176a2ef5 (patch)
treec9a7aeae893076c41214cea58cdb7ad56bed96bf /kprobes-status.html
parentnone (diff)
matrix+
Diffstat (limited to 'kprobes-status.html')
-rw-r--r--kprobes-status.html93
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">
6body { font-family : Helvetica, Arial, sans-serif ; margin : 0em; }
7a { color : #000000; }
8a:hover { text-decoration : underline; background : #eeeeee;}
9h1 { font-size: 18px; }
10pre { margin-left: 20px; }
11div#footer {position: absolute; width: 100%; top: 0; left: 0; top: auto; bottom: 0; font-size: 10pt;
12background: #eee; color: #111; text-align: center; line-height:150%;}
13td#angry {text-align: center; background: #e00;}
14td#sad {text-align: center; background: #48e;}
15td#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<!--
36In 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
40For architecture-independent features, use <td colspan="5">....</td>
41For done items, use <td id="happy"> ... </td>
42For missing items, use <td id="sad"> ... </td>
43For 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>