blob: 22265a06e329bb7e19ff10a7045ba196a07a996a (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>SystemTap: Todo List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1><a class="anchor" name="todo">Todo List</a></h1><a class="anchor" name="_todo000009"></a> <dl>
<dt>Global <a class="el" href="structmap__root.html#o7">map_root::create</a> </dt>
<dd>Needs to be per-cpu data for SMP support</dd>
</dl>
<p>
<a class="anchor" name="_todo000001"></a> <dl>
<dt>Group <a class="el" href="group__alloc.html">alloc</a> </dt>
<dd>Need error handling for memory allocations</dd>
</dl>
<p>
<a class="anchor" name="_todo000001"></a> <dl>
<dt>Group <a class="el" href="group__alloc.html">alloc</a> </dt>
<dd>Some of these currently use kmalloc (GFP_ATOMIC) for small allocations. This should be evaluated for performance and stability.</dd>
</dl>
<p>
<a class="anchor" name="_todo000004"></a> <dl>
<dt>Global <a class="el" href="group__io.html#ga1">_stp_print</a> (const char *fmt,...) </dt>
<dd>Needs replaced with something much faster that does not use the system log. </dd>
</dl>
<p>
<a class="anchor" name="_todo000005"></a> <dl>
<dt>Global <a class="el" href="group__io.html#ga2">_stp_print_str</a> (char *str) </dt>
<dd>Needs replaced with something much faster that does not use the system log. </dd>
</dl>
<p>
<a class="anchor" name="_todo000003"></a> <dl>
<dt>Global <a class="el" href="group__io.html#ga0">dlog</a> (const char *fmt,...) </dt>
<dd>Either deprecate or redefine this as a way to log debug or status messages, separate from the normal program output. </dd>
</dl>
<p>
<a class="anchor" name="_todo000006"></a> <dl>
<dt>Global <a class="el" href="group__maps.html#ga21">_stp_map_set_stat</a> (MAP map, stat *stats) </dt>
<dd>Histograms don't work yet. </dd>
</dl>
<p>
<a class="anchor" name="_todo000007"></a> <dl>
<dt>Global <a class="el" href="group__maps.html#ga23">_stp_map_stat_add</a> (MAP map, int64_t val) </dt>
<dd>Histograms don't work yet. </dd>
</dl>
<p>
<a class="anchor" name="_todo000008"></a> <dl>
<dt>Group <a class="el" href="group__scbuf.html">scbuf</a> </dt>
<dd>Need careful review of these to insure safety.</dd>
</dl>
</body></html>
|